Shades of Light Green #82E988
Tints of Light Green #82E988
RGB
CMYK
RGB Variations
Color information
#82E988 (or 0x82E988) is known color: Light Green. HEX triplet: 82, E9 and 88. RGB value is (130,233,136). Sum of RGB (Red+Green+Blue) = 130+233+136=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #82E988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E988 is #7D1677. Grayscale: #BFBFBF. Windows color (decimal): -8197752 or 8972674. OLE color: 8972674.
HSL color Cylindrical-coordinate representation of color #82E988: hue angle of 123.5º 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 #82E988 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 136 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.09 |
| HSL | 123.5º | 0.7% | 0.71% | - |
| HSV(B) | 123.5º | 0.44% | 0.91% | - |
| XYZ | 42.79 | 64.8 | 33.55 | - |
| YUV | 191.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 136 | 0.44 | 0 | 0.42 | 0.09 | 123.5 | 0.7 | 0.71 |
| Hex | 82 | E9 | 88 | 2C | 0 | 2A | 9 | 7B | 46 | 47 |
| Octal | 202 | 351 | 210 | 54 | 0 | 52 | 11 | 173 | 106 | 107 |
| Binary | 10000010 | 11101001 | 10001000 | 101100 | 0 | 101010 | 1001 | 1111011 | 1000110 | 1000111 |
Color Harmonies of #82E988
Complementary color
Monochromatic Colors of #82E988
Black with #82E988
Text Example
Text Example
White with #82E988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E988; }
p { color: rgb(130,233,136); }
H1.HeaderClassName
{
color: #82E988;
}
.AnyTagClassName
{
color: #82E988;
}
</style>
background-color css
<style>
a { background-color: #82E988; }
a { background-color: rgb(130,233,136); }
div.DivClassName
{
background-color: #82E988;
}
.BgClassName
{
background-color: #82E988;
}
</style>
border-color css
<style>
span { border-color: #82E988; }
span { border-color: rgb(130,233,136); }
td.TdClassName
{
border-color: #82E988;
}
.TagClassName
{
border-color: #82E988;
}
</style>