Shades of Pastel Green #80DA73
Tints of Pastel Green #80DA73
RGB
CMYK
RGB Variations
Color information
#80DA73 (or 0x80DA73) is known color: Pastel Green. HEX triplet: 80, DA and 73. RGB value is (128,218,115). Sum of RGB (Red+Green+Blue) = 128+218+115=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA73 is #7F258C. Grayscale: #B3B3B3. Windows color (decimal): -8332685 or 7592576. OLE color: 7592576.
HSL color Cylindrical-coordinate representation of color #80DA73: hue angle of 112.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80DA73 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 115 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.15 |
| HSL | 112.43º | 0.58% | 0.65% | - |
| HSV(B) | 112.43º | 0.47% | 0.85% | - |
| XYZ | 37.07 | 55.97 | 25.07 | - |
| YUV | 179.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 115 | 0.41 | 0 | 0.47 | 0.15 | 112.43 | 0.58 | 0.65 |
| Hex | 80 | DA | 73 | 29 | 0 | 2F | F | 70 | 3A | 41 |
| Octal | 200 | 332 | 163 | 51 | 0 | 57 | 17 | 160 | 72 | 101 |
| Binary | 10000000 | 11011010 | 1110011 | 101001 | 0 | 101111 | 1111 | 1110000 | 111010 | 1000001 |
Color Harmonies of #80DA73
Complementary color
Monochromatic Colors of #80DA73
Black with #80DA73
Text Example
Text Example
White with #80DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA73; }
p { color: rgb(128,218,115); }
H1.HeaderClassName
{
color: #80DA73;
}
.AnyTagClassName
{
color: #80DA73;
}
</style>
background-color css
<style>
a { background-color: #80DA73; }
a { background-color: rgb(128,218,115); }
div.DivClassName
{
background-color: #80DA73;
}
.BgClassName
{
background-color: #80DA73;
}
</style>
border-color css
<style>
span { border-color: #80DA73; }
span { border-color: rgb(128,218,115); }
td.TdClassName
{
border-color: #80DA73;
}
.TagClassName
{
border-color: #80DA73;
}
</style>