Shades of Pastel Green #80D079
Tints of Pastel Green #80D079
RGB
CMYK
RGB Variations
Color information
#80D079 (or 0x80D079) is known color: Pastel Green. HEX triplet: 80, D0 and 79. RGB value is (128,208,121). Sum of RGB (Red+Green+Blue) = 128+208+121=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #80D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D079 is #7F2F86. Grayscale: #AEAEAE. Windows color (decimal): -8335239 or 7983232. OLE color: 7983232.
HSL color Cylindrical-coordinate representation of color #80D079: hue angle of 115.17º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D079 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 121 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.18 |
| HSL | 115.17º | 0.48% | 0.65% | - |
| HSV(B) | 115.17º | 0.42% | 0.82% | - |
| XYZ | 34.91 | 51.08 | 26.11 | - |
| YUV | 174.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 121 | 0.38 | 0 | 0.42 | 0.18 | 115.17 | 0.48 | 0.65 |
| Hex | 80 | D0 | 79 | 26 | 0 | 2A | 12 | 73 | 30 | 41 |
| Octal | 200 | 320 | 171 | 46 | 0 | 52 | 22 | 163 | 60 | 101 |
| Binary | 10000000 | 11010000 | 1111001 | 100110 | 0 | 101010 | 10010 | 1110011 | 110000 | 1000001 |
Color Harmonies of #80D079
Complementary color
Monochromatic Colors of #80D079
Black with #80D079
Text Example
Text Example
White with #80D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D079; }
p { color: rgb(128,208,121); }
H1.HeaderClassName
{
color: #80D079;
}
.AnyTagClassName
{
color: #80D079;
}
</style>
background-color css
<style>
a { background-color: #80D079; }
a { background-color: rgb(128,208,121); }
div.DivClassName
{
background-color: #80D079;
}
.BgClassName
{
background-color: #80D079;
}
</style>
border-color css
<style>
span { border-color: #80D079; }
span { border-color: rgb(128,208,121); }
td.TdClassName
{
border-color: #80D079;
}
.TagClassName
{
border-color: #80D079;
}
</style>