Shades of Pastel Green #80DD86
Tints of Pastel Green #80DD86
RGB
CMYK
RGB Variations
Color information
#80DD86 (or 0x80DD86) is known color: Pastel Green. HEX triplet: 80, DD and 86. RGB value is (128,221,134). Sum of RGB (Red+Green+Blue) = 128+221+134=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD86 is #7F2279. Grayscale: #B7B7B7. Windows color (decimal): -8331898 or 8838528. OLE color: 8838528.
HSL color Cylindrical-coordinate representation of color #80DD86: hue angle of 123.87º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD86 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 134 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.13 |
| HSL | 123.87º | 0.58% | 0.68% | - |
| HSV(B) | 123.87º | 0.42% | 0.87% | - |
| XYZ | 39.06 | 58.02 | 31.7 | - |
| YUV | 183.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 134 | 0.42 | 0 | 0.39 | 0.13 | 123.87 | 0.58 | 0.68 |
| Hex | 80 | DD | 86 | 2A | 0 | 27 | D | 7C | 3A | 44 |
| Octal | 200 | 335 | 206 | 52 | 0 | 47 | 15 | 174 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10000110 | 101010 | 0 | 100111 | 1101 | 1111100 | 111010 | 1000100 |
Color Harmonies of #80DD86
Complementary color
Monochromatic Colors of #80DD86
Black with #80DD86
Text Example
Text Example
White with #80DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD86; }
p { color: rgb(128,221,134); }
H1.HeaderClassName
{
color: #80DD86;
}
.AnyTagClassName
{
color: #80DD86;
}
</style>
background-color css
<style>
a { background-color: #80DD86; }
a { background-color: rgb(128,221,134); }
div.DivClassName
{
background-color: #80DD86;
}
.BgClassName
{
background-color: #80DD86;
}
</style>
border-color css
<style>
span { border-color: #80DD86; }
span { border-color: rgb(128,221,134); }
td.TdClassName
{
border-color: #80DD86;
}
.TagClassName
{
border-color: #80DD86;
}
</style>