Shades of Inch Worm #B2E212
Tints of Inch Worm #B2E212
RGB
CMYK
RGB Variations
Color information
#B2E212 (or 0xB2E212) is known color: Inch Worm. HEX triplet: B2, E2 and 12. RGB value is (178,226,18). Sum of RGB (Red+Green+Blue) = 178+226+18=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E212 is #4D1DED. Grayscale: #BCBCBC. Windows color (decimal): -5053934 or 1237682. OLE color: 1237682.
HSL color Cylindrical-coordinate representation of color #B2E212: hue angle of 73.85º degrees, saturation: 0.85, 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 #B2E212 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.11 |
| HSL | 73.85º | 0.85% | 0.48% | - |
| HSV(B) | 73.85º | 0.92% | 0.89% | - |
| XYZ | 45.67 | 63.9 | 10.5 | - |
| YUV | 187.94 | 32.1 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 18 | 0.21 | 0 | 0.92 | 0.11 | 73.85 | 0.85 | 0.48 |
| Hex | B2 | E2 | 12 | 15 | 0 | 5C | B | 4A | 55 | 30 |
| Octal | 262 | 342 | 22 | 25 | 0 | 134 | 13 | 112 | 125 | 60 |
| Binary | 10110010 | 11100010 | 10010 | 10101 | 0 | 1011100 | 1011 | 1001010 | 1010101 | 110000 |
Color Harmonies of #B2E212
Complementary color
Monochromatic Colors of #B2E212
Black with #B2E212
Text Example
Text Example
White with #B2E212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E212; }
p { color: rgb(178,226,18); }
H1.HeaderClassName
{
color: #B2E212;
}
.AnyTagClassName
{
color: #B2E212;
}
</style>
background-color css
<style>
a { background-color: #B2E212; }
a { background-color: rgb(178,226,18); }
div.DivClassName
{
background-color: #B2E212;
}
.BgClassName
{
background-color: #B2E212;
}
</style>
border-color css
<style>
span { border-color: #B2E212; }
span { border-color: rgb(178,226,18); }
td.TdClassName
{
border-color: #B2E212;
}
.TagClassName
{
border-color: #B2E212;
}
</style>