Shades of Pastel Green #80DA6D
Tints of Pastel Green #80DA6D
RGB
CMYK
RGB Variations
Color information
#80DA6D (or 0x80DA6D) is known color: Pastel Green. HEX triplet: 80, DA and 6D. RGB value is (128,218,109). Sum of RGB (Red+Green+Blue) = 128+218+109=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA6D is #7F2592. Grayscale: #B3B3B3. Windows color (decimal): -8332691 or 7199360. OLE color: 7199360.
HSL color Cylindrical-coordinate representation of color #80DA6D: hue angle of 109.54º degrees, saturation: 0.6, 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 #80DA6D is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 109 | - |
| CMYK | 0.41 | 0 | 0.5 | 0.15 |
| HSL | 109.54º | 0.6% | 0.64% | - |
| HSV(B) | 109.54º | 0.5% | 0.85% | - |
| XYZ | 36.73 | 55.84 | 23.31 | - |
| YUV | 178.66 | 88.68 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 109 | 0.41 | 0 | 0.5 | 0.15 | 109.54 | 0.6 | 0.64 |
| Hex | 80 | DA | 6D | 29 | 0 | 32 | F | 6E | 3C | 40 |
| Octal | 200 | 332 | 155 | 51 | 0 | 62 | 17 | 156 | 74 | 100 |
| Binary | 10000000 | 11011010 | 1101101 | 101001 | 0 | 110010 | 1111 | 1101110 | 111100 | 1000000 |
Color Harmonies of #80DA6D
Complementary color
Monochromatic Colors of #80DA6D
Black with #80DA6D
Text Example
Text Example
White with #80DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA6D; }
p { color: rgb(128,218,109); }
H1.HeaderClassName
{
color: #80DA6D;
}
.AnyTagClassName
{
color: #80DA6D;
}
</style>
background-color css
<style>
a { background-color: #80DA6D; }
a { background-color: rgb(128,218,109); }
div.DivClassName
{
background-color: #80DA6D;
}
.BgClassName
{
background-color: #80DA6D;
}
</style>
border-color css
<style>
span { border-color: #80DA6D; }
span { border-color: rgb(128,218,109); }
td.TdClassName
{
border-color: #80DA6D;
}
.TagClassName
{
border-color: #80DA6D;
}
</style>