Shades of Pastel Green #80DC81
Tints of Pastel Green #80DC81
RGB
CMYK
RGB Variations
Color information
#80DC81 (or 0x80DC81) is known color: Pastel Green. HEX triplet: 80, DC and 81. RGB value is (128,220,129). Sum of RGB (Red+Green+Blue) = 128+220+129=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC81 is #7F237E. Grayscale: #B6B6B6. Windows color (decimal): -8332159 or 8510592. OLE color: 8510592.
HSL color Cylindrical-coordinate representation of color #80DC81: hue angle of 120.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC81 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 129 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.14 |
| HSL | 120.65º | 0.57% | 0.68% | - |
| HSV(B) | 120.65º | 0.42% | 0.86% | - |
| XYZ | 38.46 | 57.36 | 29.81 | - |
| YUV | 182.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 129 | 0.42 | 0 | 0.41 | 0.14 | 120.65 | 0.57 | 0.68 |
| Hex | 80 | DC | 81 | 2A | 0 | 29 | E | 79 | 39 | 44 |
| Octal | 200 | 334 | 201 | 52 | 0 | 51 | 16 | 171 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10000001 | 101010 | 0 | 101001 | 1110 | 1111001 | 111001 | 1000100 |
Color Harmonies of #80DC81
Complementary color
Monochromatic Colors of #80DC81
Black with #80DC81
Text Example
Text Example
White with #80DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC81; }
p { color: rgb(128,220,129); }
H1.HeaderClassName
{
color: #80DC81;
}
.AnyTagClassName
{
color: #80DC81;
}
</style>
background-color css
<style>
a { background-color: #80DC81; }
a { background-color: rgb(128,220,129); }
div.DivClassName
{
background-color: #80DC81;
}
.BgClassName
{
background-color: #80DC81;
}
</style>
border-color css
<style>
span { border-color: #80DC81; }
span { border-color: rgb(128,220,129); }
td.TdClassName
{
border-color: #80DC81;
}
.TagClassName
{
border-color: #80DC81;
}
</style>