Shades of Inch Worm #BBEE10
Tints of Inch Worm #BBEE10
RGB
CMYK
RGB Variations
Color information
#BBEE10 (or 0xBBEE10) is known color: Inch Worm. HEX triplet: BB, EE and 10. RGB value is (187,238,16). Sum of RGB (Red+Green+Blue) = 187+238+16=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEE10 is #4411EF. Grayscale: #C6C6C6. Windows color (decimal): -4461040 or 1109691. OLE color: 1109691.
HSL color Cylindrical-coordinate representation of color #BBEE10: hue angle of 73.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBEE10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.07 |
| HSL | 73.78º | 0.87% | 0.5% | - |
| HSV(B) | 73.78º | 0.93% | 0.93% | - |
| XYZ | 51.16 | 71.75 | 11.64 | - |
| YUV | 197.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 16 | 0.21 | 0 | 0.93 | 0.07 | 73.78 | 0.87 | 0.5 |
| Hex | BB | EE | 10 | 15 | 0 | 5D | 7 | 4A | 57 | 32 |
| Octal | 273 | 356 | 20 | 25 | 0 | 135 | 7 | 112 | 127 | 62 |
| Binary | 10111011 | 11101110 | 10000 | 10101 | 0 | 1011101 | 111 | 1001010 | 1010111 | 110010 |
Color Harmonies of #BBEE10
Complementary color
Monochromatic Colors of #BBEE10
Black with #BBEE10
Text Example
Text Example
White with #BBEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE10; }
p { color: rgb(187,238,16); }
H1.HeaderClassName
{
color: #BBEE10;
}
.AnyTagClassName
{
color: #BBEE10;
}
</style>
background-color css
<style>
a { background-color: #BBEE10; }
a { background-color: rgb(187,238,16); }
div.DivClassName
{
background-color: #BBEE10;
}
.BgClassName
{
background-color: #BBEE10;
}
</style>
border-color css
<style>
span { border-color: #BBEE10; }
span { border-color: rgb(187,238,16); }
td.TdClassName
{
border-color: #BBEE10;
}
.TagClassName
{
border-color: #BBEE10;
}
</style>