Shades of Inch Worm #B2E62C
Tints of Inch Worm #B2E62C
RGB
CMYK
RGB Variations
Color information
#B2E62C (or 0xB2E62C) is known color: Inch Worm. HEX triplet: B2, E6 and 2C. RGB value is (178,230,44). Sum of RGB (Red+Green+Blue) = 178+230+44=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E62C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E62C is #4D19D3. Grayscale: #C1C1C1. Windows color (decimal): -5052884 or 2942642. OLE color: 2942642.
HSL color Cylindrical-coordinate representation of color #B2E62C: hue angle of 76.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2E62C is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 44 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.10 |
| HSL | 76.77º | 0.79% | 0.54% | - |
| HSV(B) | 76.77º | 0.81% | 0.9% | - |
| XYZ | 47.11 | 66.24 | 12.69 | - |
| YUV | 193.25 | 43.77 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 44 | 0.23 | 0 | 0.81 | 0.10 | 76.77 | 0.79 | 0.54 |
| Hex | B2 | E6 | 2C | 17 | 0 | 51 | A | 4D | 4F | 36 |
| Octal | 262 | 346 | 54 | 27 | 0 | 121 | 12 | 115 | 117 | 66 |
| Binary | 10110010 | 11100110 | 101100 | 10111 | 0 | 1010001 | 1010 | 1001101 | 1001111 | 110110 |
Color Harmonies of #B2E62C
Complementary color
Monochromatic Colors of #B2E62C
Black with #B2E62C
Text Example
Text Example
White with #B2E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E62C; }
p { color: rgb(178,230,44); }
H1.HeaderClassName
{
color: #B2E62C;
}
.AnyTagClassName
{
color: #B2E62C;
}
</style>
background-color css
<style>
a { background-color: #B2E62C; }
a { background-color: rgb(178,230,44); }
div.DivClassName
{
background-color: #B2E62C;
}
.BgClassName
{
background-color: #B2E62C;
}
</style>
border-color css
<style>
span { border-color: #B2E62C; }
span { border-color: rgb(178,230,44); }
td.TdClassName
{
border-color: #B2E62C;
}
.TagClassName
{
border-color: #B2E62C;
}
</style>