Shades of Pastel Green #80D982
Tints of Pastel Green #80D982
RGB
CMYK
RGB Variations
Color information
#80D982 (or 0x80D982) is known color: Pastel Green. HEX triplet: 80, D9 and 82. RGB value is (128,217,130). Sum of RGB (Red+Green+Blue) = 128+217+130=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #80D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D982 is #7F267D. Grayscale: #B4B4B4. Windows color (decimal): -8332926 or 8575360. OLE color: 8575360.
HSL color Cylindrical-coordinate representation of color #80D982: hue angle of 121.35º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D982 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 130 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.15 |
| HSL | 121.35º | 0.54% | 0.68% | - |
| HSV(B) | 121.35º | 0.41% | 0.85% | - |
| XYZ | 37.74 | 55.83 | 29.91 | - |
| YUV | 180.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 130 | 0.41 | 0 | 0.40 | 0.15 | 121.35 | 0.54 | 0.68 |
| Hex | 80 | D9 | 82 | 29 | 0 | 28 | F | 79 | 36 | 44 |
| Octal | 200 | 331 | 202 | 51 | 0 | 50 | 17 | 171 | 66 | 104 |
| Binary | 10000000 | 11011001 | 10000010 | 101001 | 0 | 101000 | 1111 | 1111001 | 110110 | 1000100 |
Color Harmonies of #80D982
Complementary color
Monochromatic Colors of #80D982
Black with #80D982
Text Example
Text Example
White with #80D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D982; }
p { color: rgb(128,217,130); }
H1.HeaderClassName
{
color: #80D982;
}
.AnyTagClassName
{
color: #80D982;
}
</style>
background-color css
<style>
a { background-color: #80D982; }
a { background-color: rgb(128,217,130); }
div.DivClassName
{
background-color: #80D982;
}
.BgClassName
{
background-color: #80D982;
}
</style>
border-color css
<style>
span { border-color: #80D982; }
span { border-color: rgb(128,217,130); }
td.TdClassName
{
border-color: #80D982;
}
.TagClassName
{
border-color: #80D982;
}
</style>