Shades of Pastel Green #80C972
Tints of Pastel Green #80C972
RGB
CMYK
RGB Variations
Color information
#80C972 (or 0x80C972) is known color: Pastel Green. HEX triplet: 80, C9 and 72. RGB value is (128,201,114). Sum of RGB (Red+Green+Blue) = 128+201+114=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #80C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C972 is #7F368D. Grayscale: #A9A9A9. Windows color (decimal): -8337038 or 7522688. OLE color: 7522688.
HSL color Cylindrical-coordinate representation of color #80C972: hue angle of 110.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C972 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 114 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.21 |
| HSL | 110.34º | 0.45% | 0.62% | - |
| HSV(B) | 110.34º | 0.43% | 0.79% | - |
| XYZ | 32.83 | 47.58 | 23.37 | - |
| YUV | 169.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 114 | 0.36 | 0 | 0.43 | 0.21 | 110.34 | 0.45 | 0.62 |
| Hex | 80 | C9 | 72 | 24 | 0 | 2B | 15 | 6E | 2D | 3E |
| Octal | 200 | 311 | 162 | 44 | 0 | 53 | 25 | 156 | 55 | 76 |
| Binary | 10000000 | 11001001 | 1110010 | 100100 | 0 | 101011 | 10101 | 1101110 | 101101 | 111110 |
Color Harmonies of #80C972
Complementary color
Monochromatic Colors of #80C972
Black with #80C972
Text Example
Text Example
White with #80C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C972; }
p { color: rgb(128,201,114); }
H1.HeaderClassName
{
color: #80C972;
}
.AnyTagClassName
{
color: #80C972;
}
</style>
background-color css
<style>
a { background-color: #80C972; }
a { background-color: rgb(128,201,114); }
div.DivClassName
{
background-color: #80C972;
}
.BgClassName
{
background-color: #80C972;
}
</style>
border-color css
<style>
span { border-color: #80C972; }
span { border-color: rgb(128,201,114); }
td.TdClassName
{
border-color: #80C972;
}
.TagClassName
{
border-color: #80C972;
}
</style>