Shades of Light Green #82E18A
Tints of Light Green #82E18A
RGB
CMYK
RGB Variations
Color information
#82E18A (or 0x82E18A) is known color: Light Green. HEX triplet: 82, E1 and 8A. RGB value is (130,225,138). Sum of RGB (Red+Green+Blue) = 130+225+138=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #82E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E18A is #7D1E75. Grayscale: #BABABA. Windows color (decimal): -8199798 or 9101698. OLE color: 9101698.
HSL color Cylindrical-coordinate representation of color #82E18A: hue angle of 125.05º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E18A is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 138 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.12 |
| HSL | 125.05º | 0.61% | 0.7% | - |
| HSV(B) | 125.05º | 0.42% | 0.88% | - |
| XYZ | 40.72 | 60.43 | 33.56 | - |
| YUV | 186.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 138 | 0.42 | 0 | 0.39 | 0.12 | 125.05 | 0.61 | 0.7 |
| Hex | 82 | E1 | 8A | 2A | 0 | 27 | C | 7D | 3D | 46 |
| Octal | 202 | 341 | 212 | 52 | 0 | 47 | 14 | 175 | 75 | 106 |
| Binary | 10000010 | 11100001 | 10001010 | 101010 | 0 | 100111 | 1100 | 1111101 | 111101 | 1000110 |
Color Harmonies of #82E18A
Complementary color
Monochromatic Colors of #82E18A
Black with #82E18A
Text Example
Text Example
White with #82E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E18A; }
p { color: rgb(130,225,138); }
H1.HeaderClassName
{
color: #82E18A;
}
.AnyTagClassName
{
color: #82E18A;
}
</style>
background-color css
<style>
a { background-color: #82E18A; }
a { background-color: rgb(130,225,138); }
div.DivClassName
{
background-color: #82E18A;
}
.BgClassName
{
background-color: #82E18A;
}
</style>
border-color css
<style>
span { border-color: #82E18A; }
span { border-color: rgb(130,225,138); }
td.TdClassName
{
border-color: #82E18A;
}
.TagClassName
{
border-color: #82E18A;
}
</style>