Shades of Pastel Green #71DD7C
Tints of Pastel Green #71DD7C
RGB
CMYK
RGB Variations
Color information
#71DD7C (or 0x71DD7C) is known color: Pastel Green. HEX triplet: 71, DD and 7C. RGB value is (113,221,124). Sum of RGB (Red+Green+Blue) = 113+221+124=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DD7C is #8E2283. Grayscale: #B1B1B1. Windows color (decimal): -9314948 or 8183153. OLE color: 8183153.
HSL color Cylindrical-coordinate representation of color #71DD7C: hue angle of 126.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 #71DD7C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 124 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.13 |
| HSL | 126.11º | 0.61% | 0.65% | - |
| HSV(B) | 126.11º | 0.49% | 0.87% | - |
| XYZ | 36.3 | 56.68 | 28.1 | - |
| YUV | 177.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 124 | 0.49 | 0 | 0.44 | 0.13 | 126.11 | 0.61 | 0.65 |
| Hex | 71 | DD | 7C | 31 | 0 | 2C | D | 7E | 3D | 41 |
| Octal | 161 | 335 | 174 | 61 | 0 | 54 | 15 | 176 | 75 | 101 |
| Binary | 1110001 | 11011101 | 1111100 | 110001 | 0 | 101100 | 1101 | 1111110 | 111101 | 1000001 |
Color Harmonies of #71DD7C
Complementary color
Monochromatic Colors of #71DD7C
Black with #71DD7C
Text Example
Text Example
White with #71DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD7C; }
p { color: rgb(113,221,124); }
H1.HeaderClassName
{
color: #71DD7C;
}
.AnyTagClassName
{
color: #71DD7C;
}
</style>
background-color css
<style>
a { background-color: #71DD7C; }
a { background-color: rgb(113,221,124); }
div.DivClassName
{
background-color: #71DD7C;
}
.BgClassName
{
background-color: #71DD7C;
}
</style>
border-color css
<style>
span { border-color: #71DD7C; }
span { border-color: rgb(113,221,124); }
td.TdClassName
{
border-color: #71DD7C;
}
.TagClassName
{
border-color: #71DD7C;
}
</style>