Shades of Inch Worm #BBF00F
Tints of Inch Worm #BBF00F
RGB
CMYK
RGB Variations
Color information
#BBF00F (or 0xBBF00F) is known color: Inch Worm. HEX triplet: BB, F0 and 0F. RGB value is (187,240,15). Sum of RGB (Red+Green+Blue) = 187+240+15=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF00F is #440FF0. Grayscale: #C7C7C7. Windows color (decimal): -4460529 or 1044667. OLE color: 1044667.
HSL color Cylindrical-coordinate representation of color #BBF00F: hue angle of 74.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBF00F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.06 |
| HSL | 74.13º | 0.88% | 0.5% | - |
| HSV(B) | 74.13º | 0.94% | 0.94% | - |
| XYZ | 51.74 | 72.92 | 11.8 | - |
| YUV | 198.5 | 24.44 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 15 | 0.22 | 0 | 0.94 | 0.06 | 74.13 | 0.88 | 0.5 |
| Hex | BB | F0 | F | 16 | 0 | 5E | 6 | 4A | 58 | 32 |
| Octal | 273 | 360 | 17 | 26 | 0 | 136 | 6 | 112 | 130 | 62 |
| Binary | 10111011 | 11110000 | 1111 | 10110 | 0 | 1011110 | 110 | 1001010 | 1011000 | 110010 |
Color Harmonies of #BBF00F
Complementary color
Monochromatic Colors of #BBF00F
Black with #BBF00F
Text Example
Text Example
White with #BBF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF00F; }
p { color: rgb(187,240,15); }
H1.HeaderClassName
{
color: #BBF00F;
}
.AnyTagClassName
{
color: #BBF00F;
}
</style>
background-color css
<style>
a { background-color: #BBF00F; }
a { background-color: rgb(187,240,15); }
div.DivClassName
{
background-color: #BBF00F;
}
.BgClassName
{
background-color: #BBF00F;
}
</style>
border-color css
<style>
span { border-color: #BBF00F; }
span { border-color: rgb(187,240,15); }
td.TdClassName
{
border-color: #BBF00F;
}
.TagClassName
{
border-color: #BBF00F;
}
</style>