Shades of Pastel Green #80D877
Tints of Pastel Green #80D877
RGB
CMYK
RGB Variations
Color information
#80D877 (or 0x80D877) is known color: Pastel Green. HEX triplet: 80, D8 and 77. RGB value is (128,216,119). Sum of RGB (Red+Green+Blue) = 128+216+119=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #80D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D877 is #7F2788. Grayscale: #B2B2B2. Windows color (decimal): -8333193 or 7854208. OLE color: 7854208.
HSL color Cylindrical-coordinate representation of color #80D877: hue angle of 114.43º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D877 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 119 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.15 |
| HSL | 114.43º | 0.55% | 0.66% | - |
| HSV(B) | 114.43º | 0.45% | 0.85% | - |
| XYZ | 36.79 | 55.03 | 26.14 | - |
| YUV | 178.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 119 | 0.41 | 0 | 0.45 | 0.15 | 114.43 | 0.55 | 0.66 |
| Hex | 80 | D8 | 77 | 29 | 0 | 2D | F | 72 | 37 | 42 |
| Octal | 200 | 330 | 167 | 51 | 0 | 55 | 17 | 162 | 67 | 102 |
| Binary | 10000000 | 11011000 | 1110111 | 101001 | 0 | 101101 | 1111 | 1110010 | 110111 | 1000010 |
Color Harmonies of #80D877
Complementary color
Monochromatic Colors of #80D877
Black with #80D877
Text Example
Text Example
White with #80D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D877; }
p { color: rgb(128,216,119); }
H1.HeaderClassName
{
color: #80D877;
}
.AnyTagClassName
{
color: #80D877;
}
</style>
background-color css
<style>
a { background-color: #80D877; }
a { background-color: rgb(128,216,119); }
div.DivClassName
{
background-color: #80D877;
}
.BgClassName
{
background-color: #80D877;
}
</style>
border-color css
<style>
span { border-color: #80D877; }
span { border-color: rgb(128,216,119); }
td.TdClassName
{
border-color: #80D877;
}
.TagClassName
{
border-color: #80D877;
}
</style>