Shades of Light Green #82EC88
Tints of Light Green #82EC88
RGB
CMYK
RGB Variations
Color information
#82EC88 (or 0x82EC88) is known color: Light Green. HEX triplet: 82, EC and 88. RGB value is (130,236,136). Sum of RGB (Red+Green+Blue) = 130+236+136=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EC88 is #7D1377. Grayscale: #C1C1C1. Windows color (decimal): -8196984 or 8973442. OLE color: 8973442.
HSL color Cylindrical-coordinate representation of color #82EC88: hue angle of 123.4º 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 #82EC88 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 136 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.07 |
| HSL | 123.4º | 0.74% | 0.72% | - |
| HSV(B) | 123.4º | 0.45% | 0.93% | - |
| XYZ | 43.65 | 66.51 | 33.83 | - |
| YUV | 192.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 136 | 0.45 | 0 | 0.42 | 0.07 | 123.4 | 0.74 | 0.72 |
| Hex | 82 | EC | 88 | 2D | 0 | 2A | 7 | 7B | 4A | 48 |
| Octal | 202 | 354 | 210 | 55 | 0 | 52 | 7 | 173 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10001000 | 101101 | 0 | 101010 | 111 | 1111011 | 1001010 | 1001000 |
Color Harmonies of #82EC88
Complementary color
Monochromatic Colors of #82EC88
Black with #82EC88
Text Example
Text Example
White with #82EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC88; }
p { color: rgb(130,236,136); }
H1.HeaderClassName
{
color: #82EC88;
}
.AnyTagClassName
{
color: #82EC88;
}
</style>
background-color css
<style>
a { background-color: #82EC88; }
a { background-color: rgb(130,236,136); }
div.DivClassName
{
background-color: #82EC88;
}
.BgClassName
{
background-color: #82EC88;
}
</style>
border-color css
<style>
span { border-color: #82EC88; }
span { border-color: rgb(130,236,136); }
td.TdClassName
{
border-color: #82EC88;
}
.TagClassName
{
border-color: #82EC88;
}
</style>