Shades of Pastel Green #71DD81
Tints of Pastel Green #71DD81
RGB
CMYK
RGB Variations
Color information
#71DD81 (or 0x71DD81) is known color: Pastel Green. HEX triplet: 71, DD and 81. RGB value is (113,221,129). Sum of RGB (Red+Green+Blue) = 113+221+129=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD81 is #8E227E. Grayscale: #B2B2B2. Windows color (decimal): -9314943 or 8510833. OLE color: 8510833.
HSL color Cylindrical-coordinate representation of color #71DD81: hue angle of 128.89º 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 #71DD81 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 129 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.13 |
| HSL | 128.89º | 0.61% | 0.65% | - |
| HSV(B) | 128.89º | 0.49% | 0.87% | - |
| XYZ | 36.63 | 56.81 | 29.8 | - |
| YUV | 178.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 129 | 0.49 | 0 | 0.42 | 0.13 | 128.89 | 0.61 | 0.65 |
| Hex | 71 | DD | 81 | 31 | 0 | 2A | D | 81 | 3D | 41 |
| Octal | 161 | 335 | 201 | 61 | 0 | 52 | 15 | 201 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10000001 | 110001 | 0 | 101010 | 1101 | 10000001 | 111101 | 1000001 |
Color Harmonies of #71DD81
Complementary color
Monochromatic Colors of #71DD81
Black with #71DD81
Text Example
Text Example
White with #71DD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD81; }
p { color: rgb(113,221,129); }
H1.HeaderClassName
{
color: #71DD81;
}
.AnyTagClassName
{
color: #71DD81;
}
</style>
background-color css
<style>
a { background-color: #71DD81; }
a { background-color: rgb(113,221,129); }
div.DivClassName
{
background-color: #71DD81;
}
.BgClassName
{
background-color: #71DD81;
}
</style>
border-color css
<style>
span { border-color: #71DD81; }
span { border-color: rgb(113,221,129); }
td.TdClassName
{
border-color: #71DD81;
}
.TagClassName
{
border-color: #71DD81;
}
</style>