Shades of Light Green #82EA92
Tints of Light Green #82EA92
RGB
CMYK
RGB Variations
Color information
#82EA92 (or 0x82EA92) is known color: Light Green. HEX triplet: 82, EA and 92. RGB value is (130,234,146). Sum of RGB (Red+Green+Blue) = 130+234+146=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA92 is #7D156D. Grayscale: #C1C1C1. Windows color (decimal): -8197486 or 9628290. OLE color: 9628290.
HSL color Cylindrical-coordinate representation of color #82EA92: hue angle of 129.23º 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 #82EA92 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 234 | 146 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.08 |
| HSL | 129.23º | 0.71% | 0.71% | - |
| HSV(B) | 129.23º | 0.44% | 0.92% | - |
| XYZ | 43.82 | 65.67 | 37.56 | - |
| YUV | 192.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 234 | 146 | 0.44 | 0 | 0.38 | 0.08 | 129.23 | 0.71 | 0.71 |
| Hex | 82 | EA | 92 | 2C | 0 | 26 | 8 | 81 | 47 | 47 |
| Octal | 202 | 352 | 222 | 54 | 0 | 46 | 10 | 201 | 107 | 107 |
| Binary | 10000010 | 11101010 | 10010010 | 101100 | 0 | 100110 | 1000 | 10000001 | 1000111 | 1000111 |
Color Harmonies of #82EA92
Complementary color
Monochromatic Colors of #82EA92
Black with #82EA92
Text Example
Text Example
White with #82EA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EA92; }
p { color: rgb(130,234,146); }
H1.HeaderClassName
{
color: #82EA92;
}
.AnyTagClassName
{
color: #82EA92;
}
</style>
background-color css
<style>
a { background-color: #82EA92; }
a { background-color: rgb(130,234,146); }
div.DivClassName
{
background-color: #82EA92;
}
.BgClassName
{
background-color: #82EA92;
}
</style>
border-color css
<style>
span { border-color: #82EA92; }
span { border-color: rgb(130,234,146); }
td.TdClassName
{
border-color: #82EA92;
}
.TagClassName
{
border-color: #82EA92;
}
</style>