Shades of Pastel Green #80DA7F
Tints of Pastel Green #80DA7F
RGB
CMYK
RGB Variations
Color information
#80DA7F (or 0x80DA7F) is known color: Pastel Green. HEX triplet: 80, DA and 7F. RGB value is (128,218,127). Sum of RGB (Red+Green+Blue) = 128+218+127=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA7F is #7F2580. Grayscale: #B4B4B4. Windows color (decimal): -8332673 or 8379008. OLE color: 8379008.
HSL color Cylindrical-coordinate representation of color #80DA7F: hue angle of 119.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DA7F is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 127 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.15 |
| HSL | 119.34º | 0.55% | 0.68% | - |
| HSV(B) | 119.34º | 0.42% | 0.85% | - |
| XYZ | 37.8 | 56.26 | 28.95 | - |
| YUV | 180.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 127 | 0.41 | 0 | 0.42 | 0.15 | 119.34 | 0.55 | 0.68 |
| Hex | 80 | DA | 7F | 29 | 0 | 2A | F | 77 | 37 | 44 |
| Octal | 200 | 332 | 177 | 51 | 0 | 52 | 17 | 167 | 67 | 104 |
| Binary | 10000000 | 11011010 | 1111111 | 101001 | 0 | 101010 | 1111 | 1110111 | 110111 | 1000100 |
Color Harmonies of #80DA7F
Complementary color
Monochromatic Colors of #80DA7F
Black with #80DA7F
Text Example
Text Example
White with #80DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA7F; }
p { color: rgb(128,218,127); }
H1.HeaderClassName
{
color: #80DA7F;
}
.AnyTagClassName
{
color: #80DA7F;
}
</style>
background-color css
<style>
a { background-color: #80DA7F; }
a { background-color: rgb(128,218,127); }
div.DivClassName
{
background-color: #80DA7F;
}
.BgClassName
{
background-color: #80DA7F;
}
</style>
border-color css
<style>
span { border-color: #80DA7F; }
span { border-color: rgb(128,218,127); }
td.TdClassName
{
border-color: #80DA7F;
}
.TagClassName
{
border-color: #80DA7F;
}
</style>