Shades of Pastel Green #80D16D
Tints of Pastel Green #80D16D
RGB
CMYK
RGB Variations
Color information
#80D16D (or 0x80D16D) is known color: Pastel Green. HEX triplet: 80, D1 and 6D. RGB value is (128,209,109). Sum of RGB (Red+Green+Blue) = 128+209+109=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #80D16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D16D is #7F2E92. Grayscale: #ADADAD. Windows color (decimal): -8334995 or 7197056. OLE color: 7197056.
HSL color Cylindrical-coordinate representation of color #80D16D: hue angle of 108.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D16D is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 109 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.18 |
| HSL | 108.6º | 0.52% | 0.62% | - |
| HSV(B) | 108.6º | 0.48% | 0.82% | - |
| XYZ | 34.46 | 51.29 | 22.55 | - |
| YUV | 173.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 109 | 0.39 | 0 | 0.48 | 0.18 | 108.6 | 0.52 | 0.62 |
| Hex | 80 | D1 | 6D | 27 | 0 | 30 | 12 | 6D | 34 | 3E |
| Octal | 200 | 321 | 155 | 47 | 0 | 60 | 22 | 155 | 64 | 76 |
| Binary | 10000000 | 11010001 | 1101101 | 100111 | 0 | 110000 | 10010 | 1101101 | 110100 | 111110 |
Color Harmonies of #80D16D
Complementary color
Monochromatic Colors of #80D16D
Black with #80D16D
Text Example
Text Example
White with #80D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D16D; }
p { color: rgb(128,209,109); }
H1.HeaderClassName
{
color: #80D16D;
}
.AnyTagClassName
{
color: #80D16D;
}
</style>
background-color css
<style>
a { background-color: #80D16D; }
a { background-color: rgb(128,209,109); }
div.DivClassName
{
background-color: #80D16D;
}
.BgClassName
{
background-color: #80D16D;
}
</style>
border-color css
<style>
span { border-color: #80D16D; }
span { border-color: rgb(128,209,109); }
td.TdClassName
{
border-color: #80D16D;
}
.TagClassName
{
border-color: #80D16D;
}
</style>