Shades of Light Green #82EC84
Tints of Light Green #82EC84
RGB
CMYK
RGB Variations
Color information
#82EC84 (or 0x82EC84) is known color: Light Green. HEX triplet: 82, EC and 84. RGB value is (130,236,132). Sum of RGB (Red+Green+Blue) = 130+236+132=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EC84 is #7D137B. Grayscale: #C0C0C0. Windows color (decimal): -8196988 or 8711298. OLE color: 8711298.
HSL color Cylindrical-coordinate representation of color #82EC84: hue angle of 121.13º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EC84 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 132 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.07 |
| HSL | 121.13º | 0.74% | 0.72% | - |
| HSV(B) | 121.13º | 0.45% | 0.93% | - |
| XYZ | 43.37 | 66.4 | 32.36 | - |
| YUV | 192.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 132 | 0.45 | 0 | 0.44 | 0.07 | 121.13 | 0.74 | 0.72 |
| Hex | 82 | EC | 84 | 2D | 0 | 2C | 7 | 79 | 4A | 48 |
| Octal | 202 | 354 | 204 | 55 | 0 | 54 | 7 | 171 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10000100 | 101101 | 0 | 101100 | 111 | 1111001 | 1001010 | 1001000 |
Color Harmonies of #82EC84
Complementary color
Monochromatic Colors of #82EC84
Black with #82EC84
Text Example
Text Example
White with #82EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC84; }
p { color: rgb(130,236,132); }
H1.HeaderClassName
{
color: #82EC84;
}
.AnyTagClassName
{
color: #82EC84;
}
</style>
background-color css
<style>
a { background-color: #82EC84; }
a { background-color: rgb(130,236,132); }
div.DivClassName
{
background-color: #82EC84;
}
.BgClassName
{
background-color: #82EC84;
}
</style>
border-color css
<style>
span { border-color: #82EC84; }
span { border-color: rgb(130,236,132); }
td.TdClassName
{
border-color: #82EC84;
}
.TagClassName
{
border-color: #82EC84;
}
</style>