Shades of Pastel Green #71D977
Tints of Pastel Green #71D977
RGB
CMYK
RGB Variations
Color information
#71D977 (or 0x71D977) is known color: Pastel Green. HEX triplet: 71, D9 and 77. RGB value is (113,217,119). Sum of RGB (Red+Green+Blue) = 113+217+119=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #71D977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D977 is #8E2688. Grayscale: #AFAFAF. Windows color (decimal): -9315977 or 7854449. OLE color: 7854449.
HSL color Cylindrical-coordinate representation of color #71D977: hue angle of 123.46º 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 #71D977 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 119 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.15 |
| HSL | 123.46º | 0.58% | 0.65% | - |
| HSV(B) | 123.46º | 0.48% | 0.85% | - |
| XYZ | 34.95 | 54.47 | 26.12 | - |
| YUV | 174.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 119 | 0.48 | 0 | 0.45 | 0.15 | 123.46 | 0.58 | 0.65 |
| Hex | 71 | D9 | 77 | 30 | 0 | 2D | F | 7B | 3A | 41 |
| Octal | 161 | 331 | 167 | 60 | 0 | 55 | 17 | 173 | 72 | 101 |
| Binary | 1110001 | 11011001 | 1110111 | 110000 | 0 | 101101 | 1111 | 1111011 | 111010 | 1000001 |
Color Harmonies of #71D977
Complementary color
Monochromatic Colors of #71D977
Black with #71D977
Text Example
Text Example
White with #71D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D977; }
p { color: rgb(113,217,119); }
H1.HeaderClassName
{
color: #71D977;
}
.AnyTagClassName
{
color: #71D977;
}
</style>
background-color css
<style>
a { background-color: #71D977; }
a { background-color: rgb(113,217,119); }
div.DivClassName
{
background-color: #71D977;
}
.BgClassName
{
background-color: #71D977;
}
</style>
border-color css
<style>
span { border-color: #71D977; }
span { border-color: rgb(113,217,119); }
td.TdClassName
{
border-color: #71D977;
}
.TagClassName
{
border-color: #71D977;
}
</style>