Shades of Inch Worm #BBF20C
Tints of Inch Worm #BBF20C
RGB
CMYK
RGB Variations
Color information
#BBF20C (or 0xBBF20C) is known color: Inch Worm. HEX triplet: BB, F2 and 0C. RGB value is (187,242,12). Sum of RGB (Red+Green+Blue) = 187+242+12=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF20C is #440DF3. Grayscale: #C8C8C8. Windows color (decimal): -4460020 or 848571. OLE color: 848571.
HSL color Cylindrical-coordinate representation of color #BBF20C: hue angle of 74.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF20C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.35º | 0.91% | 0.5% | - |
| HSV(B) | 74.35º | 0.95% | 0.95% | - |
| XYZ | 52.31 | 74.1 | 11.89 | - |
| YUV | 199.34 | 22.28 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 12 | 0.23 | 0 | 0.95 | 0.05 | 74.35 | 0.91 | 0.5 |
| Hex | BB | F2 | C | 17 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 273 | 362 | 14 | 27 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111011 | 11110010 | 1100 | 10111 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BBF20C
Complementary color
Monochromatic Colors of #BBF20C
Black with #BBF20C
Text Example
Text Example
White with #BBF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF20C; }
p { color: rgb(187,242,12); }
H1.HeaderClassName
{
color: #BBF20C;
}
.AnyTagClassName
{
color: #BBF20C;
}
</style>
background-color css
<style>
a { background-color: #BBF20C; }
a { background-color: rgb(187,242,12); }
div.DivClassName
{
background-color: #BBF20C;
}
.BgClassName
{
background-color: #BBF20C;
}
</style>
border-color css
<style>
span { border-color: #BBF20C; }
span { border-color: rgb(187,242,12); }
td.TdClassName
{
border-color: #BBF20C;
}
.TagClassName
{
border-color: #BBF20C;
}
</style>