Shades of Light Green #82E18D
Tints of Light Green #82E18D
RGB
CMYK
RGB Variations
Color information
#82E18D (or 0x82E18D) is known color: Light Green. HEX triplet: 82, E1 and 8D. RGB value is (130,225,141). Sum of RGB (Red+Green+Blue) = 130+225+141=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #82E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E18D is #7D1E72. Grayscale: #BBBBBB. Windows color (decimal): -8199795 or 9298306. OLE color: 9298306.
HSL color Cylindrical-coordinate representation of color #82E18D: hue angle of 126.95º 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 #82E18D is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 141 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.12 |
| HSL | 126.95º | 0.61% | 0.7% | - |
| HSV(B) | 126.95º | 0.42% | 0.88% | - |
| XYZ | 40.94 | 60.52 | 34.72 | - |
| YUV | 187.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 141 | 0.42 | 0 | 0.37 | 0.12 | 126.95 | 0.61 | 0.7 |
| Hex | 82 | E1 | 8D | 2A | 0 | 25 | C | 7F | 3D | 46 |
| Octal | 202 | 341 | 215 | 52 | 0 | 45 | 14 | 177 | 75 | 106 |
| Binary | 10000010 | 11100001 | 10001101 | 101010 | 0 | 100101 | 1100 | 1111111 | 111101 | 1000110 |
Color Harmonies of #82E18D
Complementary color
Monochromatic Colors of #82E18D
Black with #82E18D
Text Example
Text Example
White with #82E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E18D; }
p { color: rgb(130,225,141); }
H1.HeaderClassName
{
color: #82E18D;
}
.AnyTagClassName
{
color: #82E18D;
}
</style>
background-color css
<style>
a { background-color: #82E18D; }
a { background-color: rgb(130,225,141); }
div.DivClassName
{
background-color: #82E18D;
}
.BgClassName
{
background-color: #82E18D;
}
</style>
border-color css
<style>
span { border-color: #82E18D; }
span { border-color: rgb(130,225,141); }
td.TdClassName
{
border-color: #82E18D;
}
.TagClassName
{
border-color: #82E18D;
}
</style>