Shades of Inch Worm #BBF010
Tints of Inch Worm #BBF010
RGB
CMYK
RGB Variations
Color information
#BBF010 (or 0xBBF010) is known color: Inch Worm. HEX triplet: BB, F0 and 10. RGB value is (187,240,16). Sum of RGB (Red+Green+Blue) = 187+240+16=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF010 is #440FEF. Grayscale: #C7C7C7. Windows color (decimal): -4460528 or 1110203. OLE color: 1110203.
HSL color Cylindrical-coordinate representation of color #BBF010: hue angle of 74.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBF010 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.06 |
| HSL | 74.2º | 0.88% | 0.5% | - |
| HSV(B) | 74.2º | 0.93% | 0.94% | - |
| XYZ | 51.75 | 72.92 | 11.84 | - |
| YUV | 198.62 | 24.94 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 16 | 0.22 | 0 | 0.93 | 0.06 | 74.2 | 0.88 | 0.5 |
| Hex | BB | F0 | 10 | 16 | 0 | 5D | 6 | 4A | 58 | 32 |
| Octal | 273 | 360 | 20 | 26 | 0 | 135 | 6 | 112 | 130 | 62 |
| Binary | 10111011 | 11110000 | 10000 | 10110 | 0 | 1011101 | 110 | 1001010 | 1011000 | 110010 |
Color Harmonies of #BBF010
Complementary color
Monochromatic Colors of #BBF010
Black with #BBF010
Text Example
Text Example
White with #BBF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF010; }
p { color: rgb(187,240,16); }
H1.HeaderClassName
{
color: #BBF010;
}
.AnyTagClassName
{
color: #BBF010;
}
</style>
background-color css
<style>
a { background-color: #BBF010; }
a { background-color: rgb(187,240,16); }
div.DivClassName
{
background-color: #BBF010;
}
.BgClassName
{
background-color: #BBF010;
}
</style>
border-color css
<style>
span { border-color: #BBF010; }
span { border-color: rgb(187,240,16); }
td.TdClassName
{
border-color: #BBF010;
}
.TagClassName
{
border-color: #BBF010;
}
</style>