Shades of Pastel Green #82E982
Tints of Pastel Green #82E982
RGB
CMYK
RGB Variations
Color information
#82E982 (or 0x82E982) is known color: Pastel Green. HEX triplet: 82, E9 and 82. RGB value is (130,233,130). Sum of RGB (Red+Green+Blue) = 130+233+130=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #82E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E982 is #7D167D. Grayscale: #BEBEBE. Windows color (decimal): -8197758 or 8579458. OLE color: 8579458.
HSL color Cylindrical-coordinate representation of color #82E982: hue angle of 120º 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 #82E982 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 130 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.09 |
| HSL | 120º | 0.7% | 0.71% | - |
| HSV(B) | 120º | 0.44% | 0.91% | - |
| XYZ | 42.37 | 64.64 | 31.36 | - |
| YUV | 190.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 130 | 0.44 | 0 | 0.44 | 0.09 | 120 | 0.7 | 0.71 |
| Hex | 82 | E9 | 82 | 2C | 0 | 2C | 9 | 78 | 46 | 47 |
| Octal | 202 | 351 | 202 | 54 | 0 | 54 | 11 | 170 | 106 | 107 |
| Binary | 10000010 | 11101001 | 10000010 | 101100 | 0 | 101100 | 1001 | 1111000 | 1000110 | 1000111 |
Color Harmonies of #82E982
Complementary color
Monochromatic Colors of #82E982
Black with #82E982
Text Example
Text Example
White with #82E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E982; }
p { color: rgb(130,233,130); }
H1.HeaderClassName
{
color: #82E982;
}
.AnyTagClassName
{
color: #82E982;
}
</style>
background-color css
<style>
a { background-color: #82E982; }
a { background-color: rgb(130,233,130); }
div.DivClassName
{
background-color: #82E982;
}
.BgClassName
{
background-color: #82E982;
}
</style>
border-color css
<style>
span { border-color: #82E982; }
span { border-color: rgb(130,233,130); }
td.TdClassName
{
border-color: #82E982;
}
.TagClassName
{
border-color: #82E982;
}
</style>