Shades of Inch Worm #BBF421
Tints of Inch Worm #BBF421
RGB
CMYK
RGB Variations
Color information
#BBF421 (or 0xBBF421) is known color: Inch Worm. HEX triplet: BB, F4 and 21. RGB value is (187,244,33). Sum of RGB (Red+Green+Blue) = 187+244+33=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF421 is #440BDE. Grayscale: #CBCBCB. Windows color (decimal): -4459487 or 2225339. OLE color: 2225339.
HSL color Cylindrical-coordinate representation of color #BBF421: hue angle of 76.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBF421 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 33 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.04 |
| HSL | 76.21º | 0.91% | 0.54% | - |
| HSV(B) | 76.21º | 0.86% | 0.96% | - |
| XYZ | 53.12 | 75.38 | 13.19 | - |
| YUV | 202.9 | 32.12 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 33 | 0.23 | 0 | 0.86 | 0.04 | 76.21 | 0.91 | 0.54 |
| Hex | BB | F4 | 21 | 17 | 0 | 56 | 4 | 4C | 5B | 36 |
| Octal | 273 | 364 | 41 | 27 | 0 | 126 | 4 | 114 | 133 | 66 |
| Binary | 10111011 | 11110100 | 100001 | 10111 | 0 | 1010110 | 100 | 1001100 | 1011011 | 110110 |
Color Harmonies of #BBF421
Complementary color
Monochromatic Colors of #BBF421
Black with #BBF421
Text Example
Text Example
White with #BBF421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF421; }
p { color: rgb(187,244,33); }
H1.HeaderClassName
{
color: #BBF421;
}
.AnyTagClassName
{
color: #BBF421;
}
</style>
background-color css
<style>
a { background-color: #BBF421; }
a { background-color: rgb(187,244,33); }
div.DivClassName
{
background-color: #BBF421;
}
.BgClassName
{
background-color: #BBF421;
}
</style>
border-color css
<style>
span { border-color: #BBF421; }
span { border-color: rgb(187,244,33); }
td.TdClassName
{
border-color: #BBF421;
}
.TagClassName
{
border-color: #BBF421;
}
</style>