Shades of Pastel Green #80D86D
Tints of Pastel Green #80D86D
RGB
CMYK
RGB Variations
Color information
#80D86D (or 0x80D86D) is known color: Pastel Green. HEX triplet: 80, D8 and 6D. RGB value is (128,216,109). Sum of RGB (Red+Green+Blue) = 128+216+109=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #80D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D86D is #7F2792. Grayscale: #B1B1B1. Windows color (decimal): -8333203 or 7198848. OLE color: 7198848.
HSL color Cylindrical-coordinate representation of color #80D86D: hue angle of 109.35º degrees, saturation: 0.58, 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 #80D86D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 109 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.15 |
| HSL | 109.35º | 0.58% | 0.64% | - |
| HSV(B) | 109.35º | 0.5% | 0.85% | - |
| XYZ | 36.22 | 54.81 | 23.14 | - |
| YUV | 177.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 109 | 0.41 | 0 | 0.50 | 0.15 | 109.35 | 0.58 | 0.64 |
| Hex | 80 | D8 | 6D | 29 | 0 | 32 | F | 6D | 3A | 40 |
| Octal | 200 | 330 | 155 | 51 | 0 | 62 | 17 | 155 | 72 | 100 |
| Binary | 10000000 | 11011000 | 1101101 | 101001 | 0 | 110010 | 1111 | 1101101 | 111010 | 1000000 |
Color Harmonies of #80D86D
Complementary color
Monochromatic Colors of #80D86D
Black with #80D86D
Text Example
Text Example
White with #80D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D86D; }
p { color: rgb(128,216,109); }
H1.HeaderClassName
{
color: #80D86D;
}
.AnyTagClassName
{
color: #80D86D;
}
</style>
background-color css
<style>
a { background-color: #80D86D; }
a { background-color: rgb(128,216,109); }
div.DivClassName
{
background-color: #80D86D;
}
.BgClassName
{
background-color: #80D86D;
}
</style>
border-color css
<style>
span { border-color: #80D86D; }
span { border-color: rgb(128,216,109); }
td.TdClassName
{
border-color: #80D86D;
}
.TagClassName
{
border-color: #80D86D;
}
</style>