Shades of Inch Worm #BBF221
Tints of Inch Worm #BBF221
RGB
CMYK
RGB Variations
Color information
#BBF221 (or 0xBBF221) is known color: Inch Worm. HEX triplet: BB, F2 and 21. RGB value is (187,242,33). Sum of RGB (Red+Green+Blue) = 187+242+33=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF221 is #440DDE. Grayscale: #CACACA. Windows color (decimal): -4459999 or 2224827. OLE color: 2224827.
HSL color Cylindrical-coordinate representation of color #BBF221: hue angle of 75.79º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBF221 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 33 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.05 |
| HSL | 75.79º | 0.89% | 0.54% | - |
| HSV(B) | 75.79º | 0.86% | 0.95% | - |
| XYZ | 52.52 | 74.18 | 12.99 | - |
| YUV | 201.73 | 32.78 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 33 | 0.23 | 0 | 0.86 | 0.05 | 75.79 | 0.89 | 0.54 |
| Hex | BB | F2 | 21 | 17 | 0 | 56 | 5 | 4C | 59 | 36 |
| Octal | 273 | 362 | 41 | 27 | 0 | 126 | 5 | 114 | 131 | 66 |
| Binary | 10111011 | 11110010 | 100001 | 10111 | 0 | 1010110 | 101 | 1001100 | 1011001 | 110110 |
Color Harmonies of #BBF221
Complementary color
Monochromatic Colors of #BBF221
Black with #BBF221
Text Example
Text Example
White with #BBF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF221; }
p { color: rgb(187,242,33); }
H1.HeaderClassName
{
color: #BBF221;
}
.AnyTagClassName
{
color: #BBF221;
}
</style>
background-color css
<style>
a { background-color: #BBF221; }
a { background-color: rgb(187,242,33); }
div.DivClassName
{
background-color: #BBF221;
}
.BgClassName
{
background-color: #BBF221;
}
</style>
border-color css
<style>
span { border-color: #BBF221; }
span { border-color: rgb(187,242,33); }
td.TdClassName
{
border-color: #BBF221;
}
.TagClassName
{
border-color: #BBF221;
}
</style>