Shades of Pastel Green #71DD7F
Tints of Pastel Green #71DD7F
RGB
CMYK
RGB Variations
Color information
#71DD7F (or 0x71DD7F) is known color: Pastel Green. HEX triplet: 71, DD and 7F. RGB value is (113,221,127). Sum of RGB (Red+Green+Blue) = 113+221+127=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DD7F is #8E2280. Grayscale: #B2B2B2. Windows color (decimal): -9314945 or 8379761. OLE color: 8379761.
HSL color Cylindrical-coordinate representation of color #71DD7F: hue angle of 127.78º 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 #71DD7F is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 127 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.13 |
| HSL | 127.78º | 0.61% | 0.65% | - |
| HSV(B) | 127.78º | 0.49% | 0.87% | - |
| XYZ | 36.5 | 56.76 | 29.11 | - |
| YUV | 177.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 127 | 0.49 | 0 | 0.43 | 0.13 | 127.78 | 0.61 | 0.65 |
| Hex | 71 | DD | 7F | 31 | 0 | 2B | D | 80 | 3D | 41 |
| Octal | 161 | 335 | 177 | 61 | 0 | 53 | 15 | 200 | 75 | 101 |
| Binary | 1110001 | 11011101 | 1111111 | 110001 | 0 | 101011 | 1101 | 10000000 | 111101 | 1000001 |
Color Harmonies of #71DD7F
Complementary color
Monochromatic Colors of #71DD7F
Black with #71DD7F
Text Example
Text Example
White with #71DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD7F; }
p { color: rgb(113,221,127); }
H1.HeaderClassName
{
color: #71DD7F;
}
.AnyTagClassName
{
color: #71DD7F;
}
</style>
background-color css
<style>
a { background-color: #71DD7F; }
a { background-color: rgb(113,221,127); }
div.DivClassName
{
background-color: #71DD7F;
}
.BgClassName
{
background-color: #71DD7F;
}
</style>
border-color css
<style>
span { border-color: #71DD7F; }
span { border-color: rgb(113,221,127); }
td.TdClassName
{
border-color: #71DD7F;
}
.TagClassName
{
border-color: #71DD7F;
}
</style>