Shades of Light Green #82E493
Tints of Light Green #82E493
RGB
CMYK
RGB Variations
Color information
#82E493 (or 0x82E493) is known color: Light Green. HEX triplet: 82, E4 and 93. RGB value is (130,228,147). Sum of RGB (Red+Green+Blue) = 130+228+147=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #82E493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E493 is #7D1B6C. Grayscale: #BDBDBD. Windows color (decimal): -8199021 or 9692290. OLE color: 9692290.
HSL color Cylindrical-coordinate representation of color #82E493: hue angle of 130.41º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E493 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 228 | 147 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.11 |
| HSL | 130.41º | 0.64% | 0.7% | - |
| HSV(B) | 130.41º | 0.43% | 0.89% | - |
| XYZ | 42.22 | 62.34 | 37.41 | - |
| YUV | 189.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 228 | 147 | 0.43 | 0 | 0.36 | 0.11 | 130.41 | 0.64 | 0.7 |
| Hex | 82 | E4 | 93 | 2B | 0 | 24 | B | 82 | 40 | 46 |
| Octal | 202 | 344 | 223 | 53 | 0 | 44 | 13 | 202 | 100 | 106 |
| Binary | 10000010 | 11100100 | 10010011 | 101011 | 0 | 100100 | 1011 | 10000010 | 1000000 | 1000110 |
Color Harmonies of #82E493
Complementary color
Monochromatic Colors of #82E493
Black with #82E493
Text Example
Text Example
White with #82E493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E493; }
p { color: rgb(130,228,147); }
H1.HeaderClassName
{
color: #82E493;
}
.AnyTagClassName
{
color: #82E493;
}
</style>
background-color css
<style>
a { background-color: #82E493; }
a { background-color: rgb(130,228,147); }
div.DivClassName
{
background-color: #82E493;
}
.BgClassName
{
background-color: #82E493;
}
</style>
border-color css
<style>
span { border-color: #82E493; }
span { border-color: rgb(130,228,147); }
td.TdClassName
{
border-color: #82E493;
}
.TagClassName
{
border-color: #82E493;
}
</style>