Shades of Inch Worm #BDE900
Tints of Inch Worm #BDE900
RGB
CMYK
RGB Variations
Color information
#BDE900 (or 0xBDE900) is known color: Inch Worm. HEX triplet: BD, E9 and 00. RGB value is (189,233,0). Sum of RGB (Red+Green+Blue) = 189+233+0=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 233 (91.41% from 255 or 55.21% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE900 is #4216FF. Grayscale: #C2C2C2. Windows color (decimal): -4331264 or 59837. OLE color: 59837.
HSL color Cylindrical-coordinate representation of color #BDE900: hue angle of 71.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE900 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.09 |
| HSL | 71.33º | 1% | 0.46% | - |
| HSV(B) | 71.33º | 1% | 0.91% | - |
| XYZ | 50.13 | 69.1 | 10.7 | - |
| YUV | 193.28 | 18.92 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 0 | 0.19 | 0 | 1 | 0.09 | 71.33 | 1 | 0.46 |
| Hex | BD | E9 | 0 | 13 | 0 | 64 | 9 | 47 | 64 | 2E |
| Octal | 275 | 351 | 0 | 23 | 0 | 144 | 11 | 107 | 144 | 56 |
| Binary | 10111101 | 11101001 | 0 | 10011 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101110 |
Color Harmonies of #BDE900
Complementary color
Monochromatic Colors of #BDE900
Black with #BDE900
Text Example
Text Example
White with #BDE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE900; }
p { color: rgb(189,233,0); }
H1.HeaderClassName
{
color: #BDE900;
}
.AnyTagClassName
{
color: #BDE900;
}
</style>
background-color css
<style>
a { background-color: #BDE900; }
a { background-color: rgb(189,233,0); }
div.DivClassName
{
background-color: #BDE900;
}
.BgClassName
{
background-color: #BDE900;
}
</style>
border-color css
<style>
span { border-color: #BDE900; }
span { border-color: rgb(189,233,0); }
td.TdClassName
{
border-color: #BDE900;
}
.TagClassName
{
border-color: #BDE900;
}
</style>