Shades of Pastel Green #80D980
Tints of Pastel Green #80D980
RGB
CMYK
RGB Variations
Color information
#80D980 (or 0x80D980) is known color: Pastel Green. HEX triplet: 80, D9 and 80. RGB value is (128,217,128). Sum of RGB (Red+Green+Blue) = 128+217+128=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #80D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D980 is #7F267F. Grayscale: #B4B4B4. Windows color (decimal): -8332928 or 8444288. OLE color: 8444288.
HSL color Cylindrical-coordinate representation of color #80D980: hue angle of 120º 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 #80D980 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 128 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.15 |
| HSL | 120º | 0.54% | 0.68% | - |
| HSV(B) | 120º | 0.41% | 0.85% | - |
| XYZ | 37.61 | 55.77 | 29.21 | - |
| YUV | 180.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 128 | 0.41 | 0 | 0.41 | 0.15 | 120 | 0.54 | 0.68 |
| Hex | 80 | D9 | 80 | 29 | 0 | 29 | F | 78 | 36 | 44 |
| Octal | 200 | 331 | 200 | 51 | 0 | 51 | 17 | 170 | 66 | 104 |
| Binary | 10000000 | 11011001 | 10000000 | 101001 | 0 | 101001 | 1111 | 1111000 | 110110 | 1000100 |
Color Harmonies of #80D980
Complementary color
Monochromatic Colors of #80D980
Black with #80D980
Text Example
Text Example
White with #80D980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D980; }
p { color: rgb(128,217,128); }
H1.HeaderClassName
{
color: #80D980;
}
.AnyTagClassName
{
color: #80D980;
}
</style>
background-color css
<style>
a { background-color: #80D980; }
a { background-color: rgb(128,217,128); }
div.DivClassName
{
background-color: #80D980;
}
.BgClassName
{
background-color: #80D980;
}
</style>
border-color css
<style>
span { border-color: #80D980; }
span { border-color: rgb(128,217,128); }
td.TdClassName
{
border-color: #80D980;
}
.TagClassName
{
border-color: #80D980;
}
</style>