Shades of Pastel Green #80DA70
Tints of Pastel Green #80DA70
RGB
CMYK
RGB Variations
Color information
#80DA70 (or 0x80DA70) is known color: Pastel Green. HEX triplet: 80, DA and 70. RGB value is (128,218,112). Sum of RGB (Red+Green+Blue) = 128+218+112=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA70 is #7F258F. Grayscale: #B3B3B3. Windows color (decimal): -8332688 or 7395968. OLE color: 7395968.
HSL color Cylindrical-coordinate representation of color #80DA70: hue angle of 110.94º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80DA70 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 112 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.15 |
| HSL | 110.94º | 0.59% | 0.65% | - |
| HSV(B) | 110.94º | 0.49% | 0.85% | - |
| XYZ | 36.9 | 55.9 | 24.17 | - |
| YUV | 179.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 112 | 0.41 | 0 | 0.49 | 0.15 | 110.94 | 0.59 | 0.65 |
| Hex | 80 | DA | 70 | 29 | 0 | 31 | F | 6F | 3B | 41 |
| Octal | 200 | 332 | 160 | 51 | 0 | 61 | 17 | 157 | 73 | 101 |
| Binary | 10000000 | 11011010 | 1110000 | 101001 | 0 | 110001 | 1111 | 1101111 | 111011 | 1000001 |
Color Harmonies of #80DA70
Complementary color
Monochromatic Colors of #80DA70
Black with #80DA70
Text Example
Text Example
White with #80DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA70; }
p { color: rgb(128,218,112); }
H1.HeaderClassName
{
color: #80DA70;
}
.AnyTagClassName
{
color: #80DA70;
}
</style>
background-color css
<style>
a { background-color: #80DA70; }
a { background-color: rgb(128,218,112); }
div.DivClassName
{
background-color: #80DA70;
}
.BgClassName
{
background-color: #80DA70;
}
</style>
border-color css
<style>
span { border-color: #80DA70; }
span { border-color: rgb(128,218,112); }
td.TdClassName
{
border-color: #80DA70;
}
.TagClassName
{
border-color: #80DA70;
}
</style>