Shades of Light Green #82E98A
Tints of Light Green #82E98A
RGB
CMYK
RGB Variations
Color information
#82E98A (or 0x82E98A) is known color: Light Green. HEX triplet: 82, E9 and 8A. RGB value is (130,233,138). Sum of RGB (Red+Green+Blue) = 130+233+138=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #82E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E98A is #7D1675. Grayscale: #BFBFBF. Windows color (decimal): -8197750 or 9103746. OLE color: 9103746.
HSL color Cylindrical-coordinate representation of color #82E98A: hue angle of 124.66º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E98A is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 138 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.09 |
| HSL | 124.66º | 0.7% | 0.71% | - |
| HSV(B) | 124.66º | 0.44% | 0.91% | - |
| XYZ | 42.93 | 64.86 | 34.3 | - |
| YUV | 191.37 | 97.88 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 138 | 0.44 | 0 | 0.41 | 0.09 | 124.66 | 0.7 | 0.71 |
| Hex | 82 | E9 | 8A | 2C | 0 | 29 | 9 | 7D | 46 | 47 |
| Octal | 202 | 351 | 212 | 54 | 0 | 51 | 11 | 175 | 106 | 107 |
| Binary | 10000010 | 11101001 | 10001010 | 101100 | 0 | 101001 | 1001 | 1111101 | 1000110 | 1000111 |
Color Harmonies of #82E98A
Complementary color
Monochromatic Colors of #82E98A
Black with #82E98A
Text Example
Text Example
White with #82E98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E98A; }
p { color: rgb(130,233,138); }
H1.HeaderClassName
{
color: #82E98A;
}
.AnyTagClassName
{
color: #82E98A;
}
</style>
background-color css
<style>
a { background-color: #82E98A; }
a { background-color: rgb(130,233,138); }
div.DivClassName
{
background-color: #82E98A;
}
.BgClassName
{
background-color: #82E98A;
}
</style>
border-color css
<style>
span { border-color: #82E98A; }
span { border-color: rgb(130,233,138); }
td.TdClassName
{
border-color: #82E98A;
}
.TagClassName
{
border-color: #82E98A;
}
</style>