Shades of Pastel Green #81D880
Tints of Pastel Green #81D880
RGB
CMYK
RGB Variations
Color information
#81D880 (or 0x81D880) is known color: Pastel Green. HEX triplet: 81, D8 and 80. RGB value is (129,216,128). Sum of RGB (Red+Green+Blue) = 129+216+128=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #81D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D880 is #7E277F. Grayscale: #B4B4B4. Windows color (decimal): -8267648 or 8444033. OLE color: 8444033.
HSL color Cylindrical-coordinate representation of color #81D880: hue angle of 119.32º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D880 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 128 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.15 |
| HSL | 119.32º | 0.53% | 0.67% | - |
| HSV(B) | 119.32º | 0.41% | 0.85% | - |
| XYZ | 37.51 | 55.34 | 29.13 | - |
| YUV | 179.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 128 | 0.40 | 0 | 0.41 | 0.15 | 119.32 | 0.53 | 0.67 |
| Hex | 81 | D8 | 80 | 28 | 0 | 29 | F | 77 | 35 | 43 |
| Octal | 201 | 330 | 200 | 50 | 0 | 51 | 17 | 167 | 65 | 103 |
| Binary | 10000001 | 11011000 | 10000000 | 101000 | 0 | 101001 | 1111 | 1110111 | 110101 | 1000011 |
Color Harmonies of #81D880
Complementary color
Monochromatic Colors of #81D880
Black with #81D880
Text Example
Text Example
White with #81D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D880; }
p { color: rgb(129,216,128); }
H1.HeaderClassName
{
color: #81D880;
}
.AnyTagClassName
{
color: #81D880;
}
</style>
background-color css
<style>
a { background-color: #81D880; }
a { background-color: rgb(129,216,128); }
div.DivClassName
{
background-color: #81D880;
}
.BgClassName
{
background-color: #81D880;
}
</style>
border-color css
<style>
span { border-color: #81D880; }
span { border-color: rgb(129,216,128); }
td.TdClassName
{
border-color: #81D880;
}
.TagClassName
{
border-color: #81D880;
}
</style>