Shades of Inch Worm #BBF20E
Tints of Inch Worm #BBF20E
RGB
CMYK
RGB Variations
Color information
#BBF20E (or 0xBBF20E) is known color: Inch Worm. HEX triplet: BB, F2 and 0E. RGB value is (187,242,14). Sum of RGB (Red+Green+Blue) = 187+242+14=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF20E is #440DF1. Grayscale: #C8C8C8. Windows color (decimal): -4460018 or 979643. OLE color: 979643.
HSL color Cylindrical-coordinate representation of color #BBF20E: hue angle of 74.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBF20E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.05 |
| HSL | 74.47º | 0.9% | 0.5% | - |
| HSV(B) | 74.47º | 0.94% | 0.95% | - |
| XYZ | 52.32 | 74.1 | 11.96 | - |
| YUV | 199.56 | 23.28 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 14 | 0.23 | 0 | 0.94 | 0.05 | 74.47 | 0.9 | 0.5 |
| Hex | BB | F2 | E | 17 | 0 | 5E | 5 | 4A | 5A | 32 |
| Octal | 273 | 362 | 16 | 27 | 0 | 136 | 5 | 112 | 132 | 62 |
| Binary | 10111011 | 11110010 | 1110 | 10111 | 0 | 1011110 | 101 | 1001010 | 1011010 | 110010 |
Color Harmonies of #BBF20E
Complementary color
Monochromatic Colors of #BBF20E
Black with #BBF20E
Text Example
Text Example
White with #BBF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF20E; }
p { color: rgb(187,242,14); }
H1.HeaderClassName
{
color: #BBF20E;
}
.AnyTagClassName
{
color: #BBF20E;
}
</style>
background-color css
<style>
a { background-color: #BBF20E; }
a { background-color: rgb(187,242,14); }
div.DivClassName
{
background-color: #BBF20E;
}
.BgClassName
{
background-color: #BBF20E;
}
</style>
border-color css
<style>
span { border-color: #BBF20E; }
span { border-color: rgb(187,242,14); }
td.TdClassName
{
border-color: #BBF20E;
}
.TagClassName
{
border-color: #BBF20E;
}
</style>