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