Shades of Light Green #82EA8E
Tints of Light Green #82EA8E
RGB
CMYK
RGB Variations
Color information
#82EA8E (or 0x82EA8E) is known color: Light Green. HEX triplet: 82, EA and 8E. RGB value is (130,234,142). Sum of RGB (Red+Green+Blue) = 130+234+142=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA8E is #7D1571. Grayscale: #C0C0C0. Windows color (decimal): -8197490 or 9366146. OLE color: 9366146.
HSL color Cylindrical-coordinate representation of color #82EA8E: hue angle of 126.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EA8E is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 142 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.08 |
| HSL | 126.92º | 0.71% | 0.71% | - |
| HSV(B) | 126.92º | 0.44% | 0.92% | - |
| XYZ | 43.51 | 65.54 | 35.95 | - |
| YUV | 192.42 | 99.54 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 142 | 0.44 | 0 | 0.39 | 0.08 | 126.92 | 0.71 | 0.71 |
| Hex | 82 | EA | 8E | 2C | 0 | 27 | 8 | 7F | 47 | 47 |
| Octal | 202 | 352 | 216 | 54 | 0 | 47 | 10 | 177 | 107 | 107 |
| Binary | 10000010 | 11101010 | 10001110 | 101100 | 0 | 100111 | 1000 | 1111111 | 1000111 | 1000111 |
Color Harmonies of #82EA8E
Complementary color
Monochromatic Colors of #82EA8E
Black with #82EA8E
Text Example
Text Example
White with #82EA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA8E; }
p { color: rgb(130,234,142); }
H1.HeaderClassName
{
color: #82EA8E;
}
.AnyTagClassName
{
color: #82EA8E;
}
</style>
background-color css
<style>
a { background-color: #82EA8E; }
a { background-color: rgb(130,234,142); }
div.DivClassName
{
background-color: #82EA8E;
}
.BgClassName
{
background-color: #82EA8E;
}
</style>
border-color css
<style>
span { border-color: #82EA8E; }
span { border-color: rgb(130,234,142); }
td.TdClassName
{
border-color: #82EA8E;
}
.TagClassName
{
border-color: #82EA8E;
}
</style>