Shades of Pastel Green #77D972
Tints of Pastel Green #77D972
RGB
CMYK
RGB Variations
Color information
#77D972 (or 0x77D972) is known color: Pastel Green. HEX triplet: 77, D9 and 72. RGB value is (119,217,114). Sum of RGB (Red+Green+Blue) = 119+217+114=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #77D972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D972 is #88268D. Grayscale: #B0B0B0. Windows color (decimal): -8922766 or 7526775. OLE color: 7526775.
HSL color Cylindrical-coordinate representation of color #77D972: hue angle of 117.09º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77D972 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 114 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.15 |
| HSL | 117.09º | 0.58% | 0.65% | - |
| HSV(B) | 117.09º | 0.47% | 0.85% | - |
| XYZ | 35.46 | 54.76 | 24.62 | - |
| YUV | 175.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 114 | 0.45 | 0 | 0.47 | 0.15 | 117.09 | 0.58 | 0.65 |
| Hex | 77 | D9 | 72 | 2D | 0 | 2F | F | 75 | 3A | 41 |
| Octal | 167 | 331 | 162 | 55 | 0 | 57 | 17 | 165 | 72 | 101 |
| Binary | 1110111 | 11011001 | 1110010 | 101101 | 0 | 101111 | 1111 | 1110101 | 111010 | 1000001 |
Color Harmonies of #77D972
Complementary color
Monochromatic Colors of #77D972
Black with #77D972
Text Example
Text Example
White with #77D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D972; }
p { color: rgb(119,217,114); }
H1.HeaderClassName
{
color: #77D972;
}
.AnyTagClassName
{
color: #77D972;
}
</style>
background-color css
<style>
a { background-color: #77D972; }
a { background-color: rgb(119,217,114); }
div.DivClassName
{
background-color: #77D972;
}
.BgClassName
{
background-color: #77D972;
}
</style>
border-color css
<style>
span { border-color: #77D972; }
span { border-color: rgb(119,217,114); }
td.TdClassName
{
border-color: #77D972;
}
.TagClassName
{
border-color: #77D972;
}
</style>