Shades of Light Green #82EE82
Tints of Light Green #82EE82
RGB
CMYK
RGB Variations
Color information
#82EE82 (or 0x82EE82) is known color: Light Green. HEX triplet: 82, EE and 82. RGB value is (130,238,130). Sum of RGB (Red+Green+Blue) = 130+238+130=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EE82 is #7D117D. Grayscale: #C1C1C1. Windows color (decimal): -8196478 or 8580738. OLE color: 8580738.
HSL color Cylindrical-coordinate representation of color #82EE82: hue angle of 120º degrees, saturation: 0.76, 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 #82EE82 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
RGB | 130 | 238 | 130 | - |
CMYK | 0.45 | 0 | 0.45 | 0.07 |
HSL | 120º | 0.76% | 0.72% | - |
HSV(B) | 120º | 0.45% | 0.93% | - |
XYZ | 43.81 | 67.51 | 31.84 | - |
YUV | 193.4 | 92.22 | 82.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 238 | 130 | 0.45 | 0 | 0.45 | 0.07 | 120 | 0.76 | 0.72 |
Hex | 82 | EE | 82 | 2D | 0 | 2D | 7 | 78 | 4C | 48 |
Octal | 202 | 356 | 202 | 55 | 0 | 55 | 7 | 170 | 114 | 110 |
Binary | 10000010 | 11101110 | 10000010 | 101101 | 0 | 101101 | 111 | 1111000 | 1001100 | 1001000 |
Color Harmonies of #82EE82
Complementary color
Monochromatic Colors of #82EE82
Black with #82EE82
Text Example
Text Example
White with #82EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EE82; }
p { color: rgb(130,238,130); }
H1.HeaderClassName
{
color: #82EE82;
}
.AnyTagClassName
{
color: #82EE82;
}
</style>
background-color css
<style>
a { background-color: #82EE82; }
a { background-color: rgb(130,238,130); }
div.DivClassName
{
background-color: #82EE82;
}
.BgClassName
{
background-color: #82EE82;
}
</style>
border-color css
<style>
span { border-color: #82EE82; }
span { border-color: rgb(130,238,130); }
td.TdClassName
{
border-color: #82EE82;
}
.TagClassName
{
border-color: #82EE82;
}
</style>