Shades of Inch Worm #BBEE0F
Tints of Inch Worm #BBEE0F
RGB
CMYK
RGB Variations
Color information
#BBEE0F (or 0xBBEE0F) is known color: Inch Worm. HEX triplet: BB, EE and 0F. RGB value is (187,238,15). Sum of RGB (Red+Green+Blue) = 187+238+15=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 238 (93.36% from 255 or 54.09% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEE0F is #4411F0. Grayscale: #C6C6C6. Windows color (decimal): -4461041 or 1044155. OLE color: 1044155.
HSL color Cylindrical-coordinate representation of color #BBEE0F: hue angle of 73.72º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBEE0F is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 15 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.07 |
| HSL | 73.72º | 0.88% | 0.5% | - |
| HSV(B) | 73.72º | 0.94% | 0.93% | - |
| XYZ | 51.15 | 71.75 | 11.6 | - |
| YUV | 197.33 | 25.1 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 15 | 0.21 | 0 | 0.94 | 0.07 | 73.72 | 0.88 | 0.5 |
| Hex | BB | EE | F | 15 | 0 | 5E | 7 | 4A | 58 | 32 |
| Octal | 273 | 356 | 17 | 25 | 0 | 136 | 7 | 112 | 130 | 62 |
| Binary | 10111011 | 11101110 | 1111 | 10101 | 0 | 1011110 | 111 | 1001010 | 1011000 | 110010 |
Color Harmonies of #BBEE0F
Complementary color
Monochromatic Colors of #BBEE0F
Black with #BBEE0F
Text Example
Text Example
White with #BBEE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE0F; }
p { color: rgb(187,238,15); }
H1.HeaderClassName
{
color: #BBEE0F;
}
.AnyTagClassName
{
color: #BBEE0F;
}
</style>
background-color css
<style>
a { background-color: #BBEE0F; }
a { background-color: rgb(187,238,15); }
div.DivClassName
{
background-color: #BBEE0F;
}
.BgClassName
{
background-color: #BBEE0F;
}
</style>
border-color css
<style>
span { border-color: #BBEE0F; }
span { border-color: rgb(187,238,15); }
td.TdClassName
{
border-color: #BBEE0F;
}
.TagClassName
{
border-color: #BBEE0F;
}
</style>