Shades of Pastel Green #82D577
Tints of Pastel Green #82D577
RGB
CMYK
RGB Variations
Color information
#82D577 (or 0x82D577) is known color: Pastel Green. HEX triplet: 82, D5 and 77. RGB value is (130,213,119). Sum of RGB (Red+Green+Blue) = 130+213+119=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #82D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D577 is #7D2A88. Grayscale: #B1B1B1. Windows color (decimal): -8202889 or 7853442. OLE color: 7853442.
HSL color Cylindrical-coordinate representation of color #82D577: hue angle of 112.98º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82D577 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 119 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.16 |
| HSL | 112.98º | 0.53% | 0.65% | - |
| HSV(B) | 112.98º | 0.44% | 0.84% | - |
| XYZ | 36.33 | 53.67 | 25.9 | - |
| YUV | 177.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 119 | 0.39 | 0 | 0.44 | 0.16 | 112.98 | 0.53 | 0.65 |
| Hex | 82 | D5 | 77 | 27 | 0 | 2C | 10 | 71 | 35 | 41 |
| Octal | 202 | 325 | 167 | 47 | 0 | 54 | 20 | 161 | 65 | 101 |
| Binary | 10000010 | 11010101 | 1110111 | 100111 | 0 | 101100 | 10000 | 1110001 | 110101 | 1000001 |
Color Harmonies of #82D577
Complementary color
Monochromatic Colors of #82D577
Black with #82D577
Text Example
Text Example
White with #82D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D577; }
p { color: rgb(130,213,119); }
H1.HeaderClassName
{
color: #82D577;
}
.AnyTagClassName
{
color: #82D577;
}
</style>
background-color css
<style>
a { background-color: #82D577; }
a { background-color: rgb(130,213,119); }
div.DivClassName
{
background-color: #82D577;
}
.BgClassName
{
background-color: #82D577;
}
</style>
border-color css
<style>
span { border-color: #82D577; }
span { border-color: rgb(130,213,119); }
td.TdClassName
{
border-color: #82D577;
}
.TagClassName
{
border-color: #82D577;
}
</style>