Shades of Pastel Green #80D970
Tints of Pastel Green #80D970
RGB
CMYK
RGB Variations
Color information
#80D970 (or 0x80D970) is known color: Pastel Green. HEX triplet: 80, D9 and 70. RGB value is (128,217,112). Sum of RGB (Red+Green+Blue) = 128+217+112=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #80D970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D970 is #7F268F. Grayscale: #B2B2B2. Windows color (decimal): -8332944 or 7395712. OLE color: 7395712.
HSL color Cylindrical-coordinate representation of color #80D970: hue angle of 110.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D970 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 112 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.15 |
| HSL | 110.86º | 0.58% | 0.65% | - |
| HSV(B) | 110.86º | 0.48% | 0.85% | - |
| XYZ | 36.64 | 55.38 | 24.09 | - |
| YUV | 178.42 | 90.51 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 112 | 0.41 | 0 | 0.48 | 0.15 | 110.86 | 0.58 | 0.65 |
| Hex | 80 | D9 | 70 | 29 | 0 | 30 | F | 6F | 3A | 41 |
| Octal | 200 | 331 | 160 | 51 | 0 | 60 | 17 | 157 | 72 | 101 |
| Binary | 10000000 | 11011001 | 1110000 | 101001 | 0 | 110000 | 1111 | 1101111 | 111010 | 1000001 |
Color Harmonies of #80D970
Complementary color
Monochromatic Colors of #80D970
Black with #80D970
Text Example
Text Example
White with #80D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D970; }
p { color: rgb(128,217,112); }
H1.HeaderClassName
{
color: #80D970;
}
.AnyTagClassName
{
color: #80D970;
}
</style>
background-color css
<style>
a { background-color: #80D970; }
a { background-color: rgb(128,217,112); }
div.DivClassName
{
background-color: #80D970;
}
.BgClassName
{
background-color: #80D970;
}
</style>
border-color css
<style>
span { border-color: #80D970; }
span { border-color: rgb(128,217,112); }
td.TdClassName
{
border-color: #80D970;
}
.TagClassName
{
border-color: #80D970;
}
</style>