Shades of Pastel Green #80D177
Tints of Pastel Green #80D177
RGB
CMYK
RGB Variations
Color information
#80D177 (or 0x80D177) is known color: Pastel Green. HEX triplet: 80, D1 and 77. RGB value is (128,209,119). Sum of RGB (Red+Green+Blue) = 128+209+119=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #80D177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D177 is #7F2E88. Grayscale: #AEAEAE. Windows color (decimal): -8334985 or 7852416. OLE color: 7852416.
HSL color Cylindrical-coordinate representation of color #80D177: hue angle of 114º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80D177 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 119 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.18 |
| HSL | 114º | 0.49% | 0.64% | - |
| HSV(B) | 114º | 0.43% | 0.82% | - |
| XYZ | 35.03 | 51.52 | 25.55 | - |
| YUV | 174.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 119 | 0.39 | 0 | 0.43 | 0.18 | 114 | 0.49 | 0.64 |
| Hex | 80 | D1 | 77 | 27 | 0 | 2B | 12 | 72 | 31 | 40 |
| Octal | 200 | 321 | 167 | 47 | 0 | 53 | 22 | 162 | 61 | 100 |
| Binary | 10000000 | 11010001 | 1110111 | 100111 | 0 | 101011 | 10010 | 1110010 | 110001 | 1000000 |
Color Harmonies of #80D177
Complementary color
Monochromatic Colors of #80D177
Black with #80D177
Text Example
Text Example
White with #80D177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D177; }
p { color: rgb(128,209,119); }
H1.HeaderClassName
{
color: #80D177;
}
.AnyTagClassName
{
color: #80D177;
}
</style>
background-color css
<style>
a { background-color: #80D177; }
a { background-color: rgb(128,209,119); }
div.DivClassName
{
background-color: #80D177;
}
.BgClassName
{
background-color: #80D177;
}
</style>
border-color css
<style>
span { border-color: #80D177; }
span { border-color: rgb(128,209,119); }
td.TdClassName
{
border-color: #80D177;
}
.TagClassName
{
border-color: #80D177;
}
</style>