Shades of Inch Worm #B2E82A
Tints of Inch Worm #B2E82A
RGB
CMYK
RGB Variations
Color information
#B2E82A (or 0xB2E82A) is known color: Inch Worm. HEX triplet: B2, E8 and 2A. RGB value is (178,232,42). Sum of RGB (Red+Green+Blue) = 178+232+42=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E82A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E82A is #4D17D5. Grayscale: #C2C2C2. Windows color (decimal): -5052374 or 2812082. OLE color: 2812082.
HSL color Cylindrical-coordinate representation of color #B2E82A: hue angle of 77.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2E82A is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 42 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.09 |
| HSL | 77.05º | 0.81% | 0.54% | - |
| HSV(B) | 77.05º | 0.82% | 0.91% | - |
| XYZ | 47.63 | 67.35 | 12.68 | - |
| YUV | 194.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 42 | 0.23 | 0 | 0.82 | 0.09 | 77.05 | 0.81 | 0.54 |
| Hex | B2 | E8 | 2A | 17 | 0 | 52 | 9 | 4D | 51 | 36 |
| Octal | 262 | 350 | 52 | 27 | 0 | 122 | 11 | 115 | 121 | 66 |
| Binary | 10110010 | 11101000 | 101010 | 10111 | 0 | 1010010 | 1001 | 1001101 | 1010001 | 110110 |
Color Harmonies of #B2E82A
Complementary color
Monochromatic Colors of #B2E82A
Black with #B2E82A
Text Example
Text Example
White with #B2E82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E82A; }
p { color: rgb(178,232,42); }
H1.HeaderClassName
{
color: #B2E82A;
}
.AnyTagClassName
{
color: #B2E82A;
}
</style>
background-color css
<style>
a { background-color: #B2E82A; }
a { background-color: rgb(178,232,42); }
div.DivClassName
{
background-color: #B2E82A;
}
.BgClassName
{
background-color: #B2E82A;
}
</style>
border-color css
<style>
span { border-color: #B2E82A; }
span { border-color: rgb(178,232,42); }
td.TdClassName
{
border-color: #B2E82A;
}
.TagClassName
{
border-color: #B2E82A;
}
</style>