Shades of Inch Worm #BBF218
Tints of Inch Worm #BBF218
RGB
CMYK
RGB Variations
Color information
#BBF218 (or 0xBBF218) is known color: Inch Worm. HEX triplet: BB, F2 and 18. RGB value is (187,242,24). Sum of RGB (Red+Green+Blue) = 187+242+24=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF218 is #440DE7. Grayscale: #C9C9C9. Windows color (decimal): -4460008 or 1635003. OLE color: 1635003.
HSL color Cylindrical-coordinate representation of color #BBF218: hue angle of 75.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF218 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 24 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.14º | 0.89% | 0.52% | - |
| HSV(B) | 75.14º | 0.9% | 0.95% | - |
| XYZ | 52.41 | 74.14 | 12.41 | - |
| YUV | 200.7 | 28.28 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 24 | 0.23 | 0 | 0.90 | 0.05 | 75.14 | 0.89 | 0.52 |
| Hex | BB | F2 | 18 | 17 | 0 | 5A | 5 | 4B | 59 | 34 |
| Octal | 273 | 362 | 30 | 27 | 0 | 132 | 5 | 113 | 131 | 64 |
| Binary | 10111011 | 11110010 | 11000 | 10111 | 0 | 1011010 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BBF218
Complementary color
Monochromatic Colors of #BBF218
Black with #BBF218
Text Example
Text Example
White with #BBF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF218; }
p { color: rgb(187,242,24); }
H1.HeaderClassName
{
color: #BBF218;
}
.AnyTagClassName
{
color: #BBF218;
}
</style>
background-color css
<style>
a { background-color: #BBF218; }
a { background-color: rgb(187,242,24); }
div.DivClassName
{
background-color: #BBF218;
}
.BgClassName
{
background-color: #BBF218;
}
</style>
border-color css
<style>
span { border-color: #BBF218; }
span { border-color: rgb(187,242,24); }
td.TdClassName
{
border-color: #BBF218;
}
.TagClassName
{
border-color: #BBF218;
}
</style>