Shades of Inch Worm #B0E22C
Tints of Inch Worm #B0E22C
RGB
CMYK
RGB Variations
Color information
#B0E22C (or 0xB0E22C) is known color: Inch Worm. HEX triplet: B0, E2 and 2C. RGB value is (176,226,44). Sum of RGB (Red+Green+Blue) = 176+226+44=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E22C is #4F1DD3. Grayscale: #BEBEBE. Windows color (decimal): -5184980 or 2941616. OLE color: 2941616.
HSL color Cylindrical-coordinate representation of color #B0E22C: hue angle of 76.48º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0E22C is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 44 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.11 |
| HSL | 76.48º | 0.76% | 0.53% | - |
| HSV(B) | 76.48º | 0.81% | 0.89% | - |
| XYZ | 45.56 | 63.8 | 12.3 | - |
| YUV | 190.3 | 45.44 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 44 | 0.22 | 0 | 0.81 | 0.11 | 76.48 | 0.76 | 0.53 |
| Hex | B0 | E2 | 2C | 16 | 0 | 51 | B | 4C | 4C | 35 |
| Octal | 260 | 342 | 54 | 26 | 0 | 121 | 13 | 114 | 114 | 65 |
| Binary | 10110000 | 11100010 | 101100 | 10110 | 0 | 1010001 | 1011 | 1001100 | 1001100 | 110101 |
Color Harmonies of #B0E22C
Complementary color
Monochromatic Colors of #B0E22C
Black with #B0E22C
Text Example
Text Example
White with #B0E22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E22C; }
p { color: rgb(176,226,44); }
H1.HeaderClassName
{
color: #B0E22C;
}
.AnyTagClassName
{
color: #B0E22C;
}
</style>
background-color css
<style>
a { background-color: #B0E22C; }
a { background-color: rgb(176,226,44); }
div.DivClassName
{
background-color: #B0E22C;
}
.BgClassName
{
background-color: #B0E22C;
}
</style>
border-color css
<style>
span { border-color: #B0E22C; }
span { border-color: rgb(176,226,44); }
td.TdClassName
{
border-color: #B0E22C;
}
.TagClassName
{
border-color: #B0E22C;
}
</style>