Shades of Pastel Green #71D974
Tints of Pastel Green #71D974
RGB
CMYK
RGB Variations
Color information
#71D974 (or 0x71D974) is known color: Pastel Green. HEX triplet: 71, D9 and 74. RGB value is (113,217,116). Sum of RGB (Red+Green+Blue) = 113+217+116=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #71D974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D974 is #8E268B. Grayscale: #AEAEAE. Windows color (decimal): -9315980 or 7657841. OLE color: 7657841.
HSL color Cylindrical-coordinate representation of color #71D974: hue angle of 121.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D974 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 116 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.15 |
| HSL | 121.73º | 0.58% | 0.65% | - |
| HSV(B) | 121.73º | 0.48% | 0.85% | - |
| XYZ | 34.78 | 54.4 | 25.19 | - |
| YUV | 174.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 116 | 0.48 | 0 | 0.47 | 0.15 | 121.73 | 0.58 | 0.65 |
| Hex | 71 | D9 | 74 | 30 | 0 | 2F | F | 7A | 3A | 41 |
| Octal | 161 | 331 | 164 | 60 | 0 | 57 | 17 | 172 | 72 | 101 |
| Binary | 1110001 | 11011001 | 1110100 | 110000 | 0 | 101111 | 1111 | 1111010 | 111010 | 1000001 |
Color Harmonies of #71D974
Complementary color
Monochromatic Colors of #71D974
Black with #71D974
Text Example
Text Example
White with #71D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D974; }
p { color: rgb(113,217,116); }
H1.HeaderClassName
{
color: #71D974;
}
.AnyTagClassName
{
color: #71D974;
}
</style>
background-color css
<style>
a { background-color: #71D974; }
a { background-color: rgb(113,217,116); }
div.DivClassName
{
background-color: #71D974;
}
.BgClassName
{
background-color: #71D974;
}
</style>
border-color css
<style>
span { border-color: #71D974; }
span { border-color: rgb(113,217,116); }
td.TdClassName
{
border-color: #71D974;
}
.TagClassName
{
border-color: #71D974;
}
</style>