Shades of Inch Worm #BBF51E
Tints of Inch Worm #BBF51E
RGB
CMYK
RGB Variations
Color information
#BBF51E (or 0xBBF51E) is known color: Inch Worm. HEX triplet: BB, F5 and 1E. RGB value is (187,245,30). Sum of RGB (Red+Green+Blue) = 187+245+30=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF51E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF51E is #440AE1. Grayscale: #CBCBCB. Windows color (decimal): -4459234 or 2028987. OLE color: 2028987.
HSL color Cylindrical-coordinate representation of color #BBF51E: hue angle of 76.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBF51E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.04 |
| HSL | 76.19º | 0.91% | 0.54% | - |
| HSV(B) | 76.19º | 0.88% | 0.96% | - |
| XYZ | 53.38 | 75.96 | 13.08 | - |
| YUV | 203.15 | 30.28 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 30 | 0.24 | 0 | 0.88 | 0.04 | 76.19 | 0.91 | 0.54 |
| Hex | BB | F5 | 1E | 18 | 0 | 58 | 4 | 4C | 5B | 36 |
| Octal | 273 | 365 | 36 | 30 | 0 | 130 | 4 | 114 | 133 | 66 |
| Binary | 10111011 | 11110101 | 11110 | 11000 | 0 | 1011000 | 100 | 1001100 | 1011011 | 110110 |
Color Harmonies of #BBF51E
Complementary color
Monochromatic Colors of #BBF51E
Black with #BBF51E
Text Example
Text Example
White with #BBF51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF51E; }
p { color: rgb(187,245,30); }
H1.HeaderClassName
{
color: #BBF51E;
}
.AnyTagClassName
{
color: #BBF51E;
}
</style>
background-color css
<style>
a { background-color: #BBF51E; }
a { background-color: rgb(187,245,30); }
div.DivClassName
{
background-color: #BBF51E;
}
.BgClassName
{
background-color: #BBF51E;
}
</style>
border-color css
<style>
span { border-color: #BBF51E; }
span { border-color: rgb(187,245,30); }
td.TdClassName
{
border-color: #BBF51E;
}
.TagClassName
{
border-color: #BBF51E;
}
</style>