Shades of Pastel Green #71DD7D
Tints of Pastel Green #71DD7D
RGB
CMYK
RGB Variations
Color information
#71DD7D (or 0x71DD7D) is known color: Pastel Green. HEX triplet: 71, DD and 7D. RGB value is (113,221,125). Sum of RGB (Red+Green+Blue) = 113+221+125=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DD7D is #8E2282. Grayscale: #B2B2B2. Windows color (decimal): -9314947 or 8248689. OLE color: 8248689.
HSL color Cylindrical-coordinate representation of color #71DD7D: hue angle of 126.67º 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 #71DD7D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 125 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.13 |
| HSL | 126.67º | 0.61% | 0.65% | - |
| HSV(B) | 126.67º | 0.49% | 0.87% | - |
| XYZ | 36.37 | 56.7 | 28.43 | - |
| YUV | 177.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 125 | 0.49 | 0 | 0.43 | 0.13 | 126.67 | 0.61 | 0.65 |
| Hex | 71 | DD | 7D | 31 | 0 | 2B | D | 7F | 3D | 41 |
| Octal | 161 | 335 | 175 | 61 | 0 | 53 | 15 | 177 | 75 | 101 |
| Binary | 1110001 | 11011101 | 1111101 | 110001 | 0 | 101011 | 1101 | 1111111 | 111101 | 1000001 |
Color Harmonies of #71DD7D
Complementary color
Monochromatic Colors of #71DD7D
Black with #71DD7D
Text Example
Text Example
White with #71DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD7D; }
p { color: rgb(113,221,125); }
H1.HeaderClassName
{
color: #71DD7D;
}
.AnyTagClassName
{
color: #71DD7D;
}
</style>
background-color css
<style>
a { background-color: #71DD7D; }
a { background-color: rgb(113,221,125); }
div.DivClassName
{
background-color: #71DD7D;
}
.BgClassName
{
background-color: #71DD7D;
}
</style>
border-color css
<style>
span { border-color: #71DD7D; }
span { border-color: rgb(113,221,125); }
td.TdClassName
{
border-color: #71DD7D;
}
.TagClassName
{
border-color: #71DD7D;
}
</style>