Shades of Pastel Green #80DA6C
Tints of Pastel Green #80DA6C
RGB
CMYK
RGB Variations
Color information
#80DA6C (or 0x80DA6C) is known color: Pastel Green. HEX triplet: 80, DA and 6C. RGB value is (128,218,108). Sum of RGB (Red+Green+Blue) = 128+218+108=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA6C is #7F2593. Grayscale: #B2B2B2. Windows color (decimal): -8332692 or 7133824. OLE color: 7133824.
HSL color Cylindrical-coordinate representation of color #80DA6C: hue angle of 109.09º 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 #80DA6C is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 108 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.15 |
| HSL | 109.09º | 0.6% | 0.64% | - |
| HSV(B) | 109.09º | 0.5% | 0.85% | - |
| XYZ | 36.68 | 55.81 | 23.03 | - |
| YUV | 178.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 108 | 0.41 | 0 | 0.50 | 0.15 | 109.09 | 0.6 | 0.64 |
| Hex | 80 | DA | 6C | 29 | 0 | 32 | F | 6D | 3C | 40 |
| Octal | 200 | 332 | 154 | 51 | 0 | 62 | 17 | 155 | 74 | 100 |
| Binary | 10000000 | 11011010 | 1101100 | 101001 | 0 | 110010 | 1111 | 1101101 | 111100 | 1000000 |
Color Harmonies of #80DA6C
Complementary color
Monochromatic Colors of #80DA6C
Black with #80DA6C
Text Example
Text Example
White with #80DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA6C; }
p { color: rgb(128,218,108); }
H1.HeaderClassName
{
color: #80DA6C;
}
.AnyTagClassName
{
color: #80DA6C;
}
</style>
background-color css
<style>
a { background-color: #80DA6C; }
a { background-color: rgb(128,218,108); }
div.DivClassName
{
background-color: #80DA6C;
}
.BgClassName
{
background-color: #80DA6C;
}
</style>
border-color css
<style>
span { border-color: #80DA6C; }
span { border-color: rgb(128,218,108); }
td.TdClassName
{
border-color: #80DA6C;
}
.TagClassName
{
border-color: #80DA6C;
}
</style>