Shades of Pastel Green #80DA7E
Tints of Pastel Green #80DA7E
RGB
CMYK
RGB Variations
Color information
#80DA7E (or 0x80DA7E) is known color: Pastel Green. HEX triplet: 80, DA and 7E. RGB value is (128,218,126). Sum of RGB (Red+Green+Blue) = 128+218+126=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA7E is #7F2581. Grayscale: #B4B4B4. Windows color (decimal): -8332674 or 8313472. OLE color: 8313472.
HSL color Cylindrical-coordinate representation of color #80DA7E: hue angle of 118.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DA7E is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 126 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.15 |
| HSL | 118.7º | 0.55% | 0.67% | - |
| HSV(B) | 118.7º | 0.42% | 0.85% | - |
| XYZ | 37.74 | 56.24 | 28.6 | - |
| YUV | 180.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 126 | 0.41 | 0 | 0.42 | 0.15 | 118.7 | 0.55 | 0.67 |
| Hex | 80 | DA | 7E | 29 | 0 | 2A | F | 77 | 37 | 43 |
| Octal | 200 | 332 | 176 | 51 | 0 | 52 | 17 | 167 | 67 | 103 |
| Binary | 10000000 | 11011010 | 1111110 | 101001 | 0 | 101010 | 1111 | 1110111 | 110111 | 1000011 |
Color Harmonies of #80DA7E
Complementary color
Monochromatic Colors of #80DA7E
Black with #80DA7E
Text Example
Text Example
White with #80DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA7E; }
p { color: rgb(128,218,126); }
H1.HeaderClassName
{
color: #80DA7E;
}
.AnyTagClassName
{
color: #80DA7E;
}
</style>
background-color css
<style>
a { background-color: #80DA7E; }
a { background-color: rgb(128,218,126); }
div.DivClassName
{
background-color: #80DA7E;
}
.BgClassName
{
background-color: #80DA7E;
}
</style>
border-color css
<style>
span { border-color: #80DA7E; }
span { border-color: rgb(128,218,126); }
td.TdClassName
{
border-color: #80DA7E;
}
.TagClassName
{
border-color: #80DA7E;
}
</style>