Shades of Inch Worm #BBF20B
Tints of Inch Worm #BBF20B
RGB
CMYK
RGB Variations
Color information
#BBF20B (or 0xBBF20B) is known color: Inch Worm. HEX triplet: BB, F2 and 0B. RGB value is (187,242,11). Sum of RGB (Red+Green+Blue) = 187+242+11=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF20B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF20B is #440DF4. Grayscale: #C8C8C8. Windows color (decimal): -4460021 or 783035. OLE color: 783035.
HSL color Cylindrical-coordinate representation of color #BBF20B: hue angle of 74.29º 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 #BBF20B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.29º | 0.91% | 0.5% | - |
| HSV(B) | 74.29º | 0.95% | 0.95% | - |
| XYZ | 52.31 | 74.09 | 11.86 | - |
| YUV | 199.22 | 21.78 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 11 | 0.23 | 0 | 0.95 | 0.05 | 74.29 | 0.91 | 0.5 |
| Hex | BB | F2 | B | 17 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 273 | 362 | 13 | 27 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111011 | 11110010 | 1011 | 10111 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BBF20B
Complementary color
Monochromatic Colors of #BBF20B
Black with #BBF20B
Text Example
Text Example
White with #BBF20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF20B; }
p { color: rgb(187,242,11); }
H1.HeaderClassName
{
color: #BBF20B;
}
.AnyTagClassName
{
color: #BBF20B;
}
</style>
background-color css
<style>
a { background-color: #BBF20B; }
a { background-color: rgb(187,242,11); }
div.DivClassName
{
background-color: #BBF20B;
}
.BgClassName
{
background-color: #BBF20B;
}
</style>
border-color css
<style>
span { border-color: #BBF20B; }
span { border-color: rgb(187,242,11); }
td.TdClassName
{
border-color: #BBF20B;
}
.TagClassName
{
border-color: #BBF20B;
}
</style>