Shades of Pastel Green #80D975
Tints of Pastel Green #80D975
RGB
CMYK
RGB Variations
Color information
#80D975 (or 0x80D975) is known color: Pastel Green. HEX triplet: 80, D9 and 75. RGB value is (128,217,117). Sum of RGB (Red+Green+Blue) = 128+217+117=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #80D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D975 is #7F268A. Grayscale: #B3B3B3. Windows color (decimal): -8332939 or 7723392. OLE color: 7723392.
HSL color Cylindrical-coordinate representation of color #80D975: hue angle of 113.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D975 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 117 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.15 |
| HSL | 113.4º | 0.57% | 0.65% | - |
| HSV(B) | 113.4º | 0.46% | 0.85% | - |
| XYZ | 36.93 | 55.5 | 25.6 | - |
| YUV | 178.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 117 | 0.41 | 0 | 0.46 | 0.15 | 113.4 | 0.57 | 0.65 |
| Hex | 80 | D9 | 75 | 29 | 0 | 2E | F | 71 | 39 | 41 |
| Octal | 200 | 331 | 165 | 51 | 0 | 56 | 17 | 161 | 71 | 101 |
| Binary | 10000000 | 11011001 | 1110101 | 101001 | 0 | 101110 | 1111 | 1110001 | 111001 | 1000001 |
Color Harmonies of #80D975
Complementary color
Monochromatic Colors of #80D975
Black with #80D975
Text Example
Text Example
White with #80D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D975; }
p { color: rgb(128,217,117); }
H1.HeaderClassName
{
color: #80D975;
}
.AnyTagClassName
{
color: #80D975;
}
</style>
background-color css
<style>
a { background-color: #80D975; }
a { background-color: rgb(128,217,117); }
div.DivClassName
{
background-color: #80D975;
}
.BgClassName
{
background-color: #80D975;
}
</style>
border-color css
<style>
span { border-color: #80D975; }
span { border-color: rgb(128,217,117); }
td.TdClassName
{
border-color: #80D975;
}
.TagClassName
{
border-color: #80D975;
}
</style>