Shades of Pastel Green #80DA6E
Tints of Pastel Green #80DA6E
RGB
CMYK
RGB Variations
Color information
#80DA6E (or 0x80DA6E) is known color: Pastel Green. HEX triplet: 80, DA and 6E. RGB value is (128,218,110). Sum of RGB (Red+Green+Blue) = 128+218+110=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA6E is #7F2591. Grayscale: #B3B3B3. Windows color (decimal): -8332690 or 7264896. OLE color: 7264896.
HSL color Cylindrical-coordinate representation of color #80DA6E: hue angle of 110º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80DA6E is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 110 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.15 |
| HSL | 110º | 0.59% | 0.64% | - |
| HSV(B) | 110º | 0.5% | 0.85% | - |
| XYZ | 36.79 | 55.86 | 23.59 | - |
| YUV | 178.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 110 | 0.41 | 0 | 0.50 | 0.15 | 110 | 0.59 | 0.64 |
| Hex | 80 | DA | 6E | 29 | 0 | 32 | F | 6E | 3B | 40 |
| Octal | 200 | 332 | 156 | 51 | 0 | 62 | 17 | 156 | 73 | 100 |
| Binary | 10000000 | 11011010 | 1101110 | 101001 | 0 | 110010 | 1111 | 1101110 | 111011 | 1000000 |
Color Harmonies of #80DA6E
Complementary color
Monochromatic Colors of #80DA6E
Black with #80DA6E
Text Example
Text Example
White with #80DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA6E; }
p { color: rgb(128,218,110); }
H1.HeaderClassName
{
color: #80DA6E;
}
.AnyTagClassName
{
color: #80DA6E;
}
</style>
background-color css
<style>
a { background-color: #80DA6E; }
a { background-color: rgb(128,218,110); }
div.DivClassName
{
background-color: #80DA6E;
}
.BgClassName
{
background-color: #80DA6E;
}
</style>
border-color css
<style>
span { border-color: #80DA6E; }
span { border-color: rgb(128,218,110); }
td.TdClassName
{
border-color: #80DA6E;
}
.TagClassName
{
border-color: #80DA6E;
}
</style>