Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>rgb to float rgbNew to Visual Studio Code? Get it now.
rgb to float rgb

rgb to float rgb

YehorMovchan

|
2 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RGB Helper

RGB Helper is a lightweight Visual Studio Code extension that makes working with RGB values easier. It automatically normalizes RGB tuples in .css and .kv files to the [0.0, 1.0] range and adds an alpha channel 1.

With RGB Helper, you no longer need to manually calculate normalized colors — just type your RGB tuple, and the extension will suggest the normalized version.


Features

  • Normalizes (r, g, b) values to (r, g, b, 1) in [0.0, 1.0] range.
  • Works in .css and .kv files.
  • Provides autocomplete suggestions that replace the original RGB tuple instantly.
  • Easy to use: type your RGB values, press ), and accept the suggestion.

Example

Type:

(128, 64, 255) Press ) → the extension suggests:

Supported Files .css (CSS files)

.kv (Kivy KV files)

License MIT License © 2025

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft