Shades of Pastel Green #81DD7C
Tints of Pastel Green #81DD7C
RGB
CMYK
RGB Variations
Color information
#81DD7C (or 0x81DD7C) is known color: Pastel Green. HEX triplet: 81, DD and 7C. RGB value is (129,221,124). Sum of RGB (Red+Green+Blue) = 129+221+124=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD7C is #7E2283. Grayscale: #B6B6B6. Windows color (decimal): -8266372 or 8183169. OLE color: 8183169.
HSL color Cylindrical-coordinate representation of color #81DD7C: hue angle of 116.91º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81DD7C is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 124 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.13 |
| HSL | 116.91º | 0.59% | 0.68% | - |
| HSV(B) | 116.91º | 0.44% | 0.87% | - |
| XYZ | 38.55 | 57.84 | 28.2 | - |
| YUV | 182.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 124 | 0.42 | 0 | 0.44 | 0.13 | 116.91 | 0.59 | 0.68 |
| Hex | 81 | DD | 7C | 2A | 0 | 2C | D | 75 | 3B | 44 |
| Octal | 201 | 335 | 174 | 52 | 0 | 54 | 15 | 165 | 73 | 104 |
| Binary | 10000001 | 11011101 | 1111100 | 101010 | 0 | 101100 | 1101 | 1110101 | 111011 | 1000100 |
Color Harmonies of #81DD7C
Complementary color
Monochromatic Colors of #81DD7C
Black with #81DD7C
Text Example
Text Example
White with #81DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD7C; }
p { color: rgb(129,221,124); }
H1.HeaderClassName
{
color: #81DD7C;
}
.AnyTagClassName
{
color: #81DD7C;
}
</style>
background-color css
<style>
a { background-color: #81DD7C; }
a { background-color: rgb(129,221,124); }
div.DivClassName
{
background-color: #81DD7C;
}
.BgClassName
{
background-color: #81DD7C;
}
</style>
border-color css
<style>
span { border-color: #81DD7C; }
span { border-color: rgb(129,221,124); }
td.TdClassName
{
border-color: #81DD7C;
}
.TagClassName
{
border-color: #81DD7C;
}
</style>