Shades of Inch Worm #B0E211
Tints of Inch Worm #B0E211
RGB
CMYK
RGB Variations
Color information
#B0E211 (or 0xB0E211) is known color: Inch Worm. HEX triplet: B0, E2 and 11. RGB value is (176,226,17). Sum of RGB (Red+Green+Blue) = 176+226+17=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E211 is #4F1DEE. Grayscale: #BCBCBC. Windows color (decimal): -5185007 or 1172144. OLE color: 1172144.
HSL color Cylindrical-coordinate representation of color #B0E211: hue angle of 74.35º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0E211 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.11 |
| HSL | 74.35º | 0.86% | 0.48% | - |
| HSV(B) | 74.35º | 0.92% | 0.89% | - |
| XYZ | 45.2 | 63.66 | 10.44 | - |
| YUV | 187.22 | 31.94 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 17 | 0.22 | 0 | 0.92 | 0.11 | 74.35 | 0.86 | 0.48 |
| Hex | B0 | E2 | 11 | 16 | 0 | 5C | B | 4A | 56 | 30 |
| Octal | 260 | 342 | 21 | 26 | 0 | 134 | 13 | 112 | 126 | 60 |
| Binary | 10110000 | 11100010 | 10001 | 10110 | 0 | 1011100 | 1011 | 1001010 | 1010110 | 110000 |
Color Harmonies of #B0E211
Complementary color
Monochromatic Colors of #B0E211
Black with #B0E211
Text Example
Text Example
White with #B0E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E211; }
p { color: rgb(176,226,17); }
H1.HeaderClassName
{
color: #B0E211;
}
.AnyTagClassName
{
color: #B0E211;
}
</style>
background-color css
<style>
a { background-color: #B0E211; }
a { background-color: rgb(176,226,17); }
div.DivClassName
{
background-color: #B0E211;
}
.BgClassName
{
background-color: #B0E211;
}
</style>
border-color css
<style>
span { border-color: #B0E211; }
span { border-color: rgb(176,226,17); }
td.TdClassName
{
border-color: #B0E211;
}
.TagClassName
{
border-color: #B0E211;
}
</style>