Shades of Inch Worm #BBF420
Tints of Inch Worm #BBF420
RGB
CMYK
RGB Variations
Color information
#BBF420 (or 0xBBF420) is known color: Inch Worm. HEX triplet: BB, F4 and 20. RGB value is (187,244,32). Sum of RGB (Red+Green+Blue) = 187+244+32=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF420 is #440BDF. Grayscale: #CBCBCB. Windows color (decimal): -4459488 or 2159803. OLE color: 2159803.
HSL color Cylindrical-coordinate representation of color #BBF420: hue angle of 76.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBF420 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 32 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.04 |
| HSL | 76.13º | 0.91% | 0.54% | - |
| HSV(B) | 76.13º | 0.87% | 0.96% | - |
| XYZ | 53.1 | 75.37 | 13.12 | - |
| YUV | 202.79 | 31.62 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 32 | 0.23 | 0 | 0.87 | 0.04 | 76.13 | 0.91 | 0.54 |
| Hex | BB | F4 | 20 | 17 | 0 | 57 | 4 | 4C | 5B | 36 |
| Octal | 273 | 364 | 40 | 27 | 0 | 127 | 4 | 114 | 133 | 66 |
| Binary | 10111011 | 11110100 | 100000 | 10111 | 0 | 1010111 | 100 | 1001100 | 1011011 | 110110 |
Color Harmonies of #BBF420
Complementary color
Monochromatic Colors of #BBF420
Black with #BBF420
Text Example
Text Example
White with #BBF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF420; }
p { color: rgb(187,244,32); }
H1.HeaderClassName
{
color: #BBF420;
}
.AnyTagClassName
{
color: #BBF420;
}
</style>
background-color css
<style>
a { background-color: #BBF420; }
a { background-color: rgb(187,244,32); }
div.DivClassName
{
background-color: #BBF420;
}
.BgClassName
{
background-color: #BBF420;
}
</style>
border-color css
<style>
span { border-color: #BBF420; }
span { border-color: rgb(187,244,32); }
td.TdClassName
{
border-color: #BBF420;
}
.TagClassName
{
border-color: #BBF420;
}
</style>