Shades of Pastel Green #81DD71
Tints of Pastel Green #81DD71
RGB
CMYK
RGB Variations
Color information
#81DD71 (or 0x81DD71) is known color: Pastel Green. HEX triplet: 81, DD and 71. RGB value is (129,221,113). Sum of RGB (Red+Green+Blue) = 129+221+113=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD71 is #7E228E. Grayscale: #B5B5B5. Windows color (decimal): -8266383 or 7462273. OLE color: 7462273.
HSL color Cylindrical-coordinate representation of color #81DD71: hue angle of 111.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DD71 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 113 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.13 |
| HSL | 111.11º | 0.61% | 0.65% | - |
| HSV(B) | 111.11º | 0.49% | 0.87% | - |
| XYZ | 37.89 | 57.57 | 24.74 | - |
| YUV | 181.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 113 | 0.42 | 0 | 0.49 | 0.13 | 111.11 | 0.61 | 0.65 |
| Hex | 81 | DD | 71 | 2A | 0 | 31 | D | 6F | 3D | 41 |
| Octal | 201 | 335 | 161 | 52 | 0 | 61 | 15 | 157 | 75 | 101 |
| Binary | 10000001 | 11011101 | 1110001 | 101010 | 0 | 110001 | 1101 | 1101111 | 111101 | 1000001 |
Color Harmonies of #81DD71
Complementary color
Monochromatic Colors of #81DD71
Black with #81DD71
Text Example
Text Example
White with #81DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD71; }
p { color: rgb(129,221,113); }
H1.HeaderClassName
{
color: #81DD71;
}
.AnyTagClassName
{
color: #81DD71;
}
</style>
background-color css
<style>
a { background-color: #81DD71; }
a { background-color: rgb(129,221,113); }
div.DivClassName
{
background-color: #81DD71;
}
.BgClassName
{
background-color: #81DD71;
}
</style>
border-color css
<style>
span { border-color: #81DD71; }
span { border-color: rgb(129,221,113); }
td.TdClassName
{
border-color: #81DD71;
}
.TagClassName
{
border-color: #81DD71;
}
</style>