Shades of Pastel Green #80D777
Tints of Pastel Green #80D777
RGB
CMYK
RGB Variations
Color information
#80D777 (or 0x80D777) is known color: Pastel Green. HEX triplet: 80, D7 and 77. RGB value is (128,215,119). Sum of RGB (Red+Green+Blue) = 128+215+119=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #80D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D777 is #7F2888. Grayscale: #B2B2B2. Windows color (decimal): -8333449 or 7853952. OLE color: 7853952.
HSL color Cylindrical-coordinate representation of color #80D777: hue angle of 114.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D777 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 119 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.16 |
| HSL | 114.38º | 0.55% | 0.65% | - |
| HSV(B) | 114.38º | 0.45% | 0.84% | - |
| XYZ | 36.53 | 54.52 | 26.05 | - |
| YUV | 178.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 119 | 0.40 | 0 | 0.45 | 0.16 | 114.38 | 0.55 | 0.65 |
| Hex | 80 | D7 | 77 | 28 | 0 | 2D | 10 | 72 | 37 | 41 |
| Octal | 200 | 327 | 167 | 50 | 0 | 55 | 20 | 162 | 67 | 101 |
| Binary | 10000000 | 11010111 | 1110111 | 101000 | 0 | 101101 | 10000 | 1110010 | 110111 | 1000001 |
Color Harmonies of #80D777
Complementary color
Monochromatic Colors of #80D777
Black with #80D777
Text Example
Text Example
White with #80D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D777; }
p { color: rgb(128,215,119); }
H1.HeaderClassName
{
color: #80D777;
}
.AnyTagClassName
{
color: #80D777;
}
</style>
background-color css
<style>
a { background-color: #80D777; }
a { background-color: rgb(128,215,119); }
div.DivClassName
{
background-color: #80D777;
}
.BgClassName
{
background-color: #80D777;
}
</style>
border-color css
<style>
span { border-color: #80D777; }
span { border-color: rgb(128,215,119); }
td.TdClassName
{
border-color: #80D777;
}
.TagClassName
{
border-color: #80D777;
}
</style>