Shades of Pastel Green #82E97A
Tints of Pastel Green #82E97A
RGB
CMYK
RGB Variations
Color information
#82E97A (or 0x82E97A) is known color: Pastel Green. HEX triplet: 82, E9 and 7A. RGB value is (130,233,122). Sum of RGB (Red+Green+Blue) = 130+233+122=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #82E97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E97A is #7D1685. Grayscale: #BDBDBD. Windows color (decimal): -8197766 or 8055170. OLE color: 8055170.
HSL color Cylindrical-coordinate representation of color #82E97A: hue angle of 115.68º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82E97A is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 122 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.09 |
| HSL | 115.68º | 0.72% | 0.7% | - |
| HSV(B) | 115.68º | 0.48% | 0.91% | - |
| XYZ | 41.86 | 64.43 | 28.64 | - |
| YUV | 189.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 122 | 0.44 | 0 | 0.48 | 0.09 | 115.68 | 0.72 | 0.7 |
| Hex | 82 | E9 | 7A | 2C | 0 | 30 | 9 | 74 | 48 | 46 |
| Octal | 202 | 351 | 172 | 54 | 0 | 60 | 11 | 164 | 110 | 106 |
| Binary | 10000010 | 11101001 | 1111010 | 101100 | 0 | 110000 | 1001 | 1110100 | 1001000 | 1000110 |
Color Harmonies of #82E97A
Complementary color
Monochromatic Colors of #82E97A
Black with #82E97A
Text Example
Text Example
White with #82E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E97A; }
p { color: rgb(130,233,122); }
H1.HeaderClassName
{
color: #82E97A;
}
.AnyTagClassName
{
color: #82E97A;
}
</style>
background-color css
<style>
a { background-color: #82E97A; }
a { background-color: rgb(130,233,122); }
div.DivClassName
{
background-color: #82E97A;
}
.BgClassName
{
background-color: #82E97A;
}
</style>
border-color css
<style>
span { border-color: #82E97A; }
span { border-color: rgb(130,233,122); }
td.TdClassName
{
border-color: #82E97A;
}
.TagClassName
{
border-color: #82E97A;
}
</style>