Shades of Pastel Green #80D976
Tints of Pastel Green #80D976
RGB
CMYK
RGB Variations
Color information
#80D976 (or 0x80D976) is known color: Pastel Green. HEX triplet: 80, D9 and 76. RGB value is (128,217,118). Sum of RGB (Red+Green+Blue) = 128+217+118=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #80D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D976 is #7F2689. Grayscale: #B3B3B3. Windows color (decimal): -8332938 or 7788928. OLE color: 7788928.
HSL color Cylindrical-coordinate representation of color #80D976: hue angle of 113.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D976 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 118 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.15 |
| HSL | 113.94º | 0.57% | 0.66% | - |
| HSV(B) | 113.94º | 0.46% | 0.85% | - |
| XYZ | 36.98 | 55.52 | 25.91 | - |
| YUV | 179.1 | 93.51 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 118 | 0.41 | 0 | 0.46 | 0.15 | 113.94 | 0.57 | 0.66 |
| Hex | 80 | D9 | 76 | 29 | 0 | 2E | F | 72 | 39 | 42 |
| Octal | 200 | 331 | 166 | 51 | 0 | 56 | 17 | 162 | 71 | 102 |
| Binary | 10000000 | 11011001 | 1110110 | 101001 | 0 | 101110 | 1111 | 1110010 | 111001 | 1000010 |
Color Harmonies of #80D976
Complementary color
Monochromatic Colors of #80D976
Black with #80D976
Text Example
Text Example
White with #80D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D976; }
p { color: rgb(128,217,118); }
H1.HeaderClassName
{
color: #80D976;
}
.AnyTagClassName
{
color: #80D976;
}
</style>
background-color css
<style>
a { background-color: #80D976; }
a { background-color: rgb(128,217,118); }
div.DivClassName
{
background-color: #80D976;
}
.BgClassName
{
background-color: #80D976;
}
</style>
border-color css
<style>
span { border-color: #80D976; }
span { border-color: rgb(128,217,118); }
td.TdClassName
{
border-color: #80D976;
}
.TagClassName
{
border-color: #80D976;
}
</style>