Shades of Light Green #82E993
Tints of Light Green #82E993
RGB
CMYK
RGB Variations
Color information
#82E993 (or 0x82E993) is known color: Light Green. HEX triplet: 82, E9 and 93. RGB value is (130,233,147). Sum of RGB (Red+Green+Blue) = 130+233+147=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #82E993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E993 is #7D166C. Grayscale: #C0C0C0. Windows color (decimal): -8197741 or 9693570. OLE color: 9693570.
HSL color Cylindrical-coordinate representation of color #82E993: hue angle of 129.9º 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 #82E993 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 147 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.09 |
| HSL | 129.9º | 0.7% | 0.71% | - |
| HSV(B) | 129.9º | 0.44% | 0.91% | - |
| XYZ | 43.61 | 65.13 | 37.88 | - |
| YUV | 192.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 147 | 0.44 | 0 | 0.37 | 0.09 | 129.9 | 0.7 | 0.71 |
| Hex | 82 | E9 | 93 | 2C | 0 | 25 | 9 | 82 | 46 | 47 |
| Octal | 202 | 351 | 223 | 54 | 0 | 45 | 11 | 202 | 106 | 107 |
| Binary | 10000010 | 11101001 | 10010011 | 101100 | 0 | 100101 | 1001 | 10000010 | 1000110 | 1000111 |
Color Harmonies of #82E993
Complementary color
Monochromatic Colors of #82E993
Black with #82E993
Text Example
Text Example
White with #82E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E993; }
p { color: rgb(130,233,147); }
H1.HeaderClassName
{
color: #82E993;
}
.AnyTagClassName
{
color: #82E993;
}
</style>
background-color css
<style>
a { background-color: #82E993; }
a { background-color: rgb(130,233,147); }
div.DivClassName
{
background-color: #82E993;
}
.BgClassName
{
background-color: #82E993;
}
</style>
border-color css
<style>
span { border-color: #82E993; }
span { border-color: rgb(130,233,147); }
td.TdClassName
{
border-color: #82E993;
}
.TagClassName
{
border-color: #82E993;
}
</style>