Shades of Pastel Green #77D982
Tints of Pastel Green #77D982
RGB
CMYK
RGB Variations
Color information
#77D982 (or 0x77D982) is known color: Pastel Green. HEX triplet: 77, D9 and 82. RGB value is (119,217,130). Sum of RGB (Red+Green+Blue) = 119+217+130=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #77D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D982 is #88267D. Grayscale: #B2B2B2. Windows color (decimal): -8922750 or 8575351. OLE color: 8575351.
HSL color Cylindrical-coordinate representation of color #77D982: hue angle of 126.73º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D982 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 130 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.15 |
| HSL | 126.73º | 0.56% | 0.66% | - |
| HSV(B) | 126.73º | 0.45% | 0.85% | - |
| XYZ | 36.45 | 55.16 | 29.84 | - |
| YUV | 177.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 130 | 0.45 | 0 | 0.40 | 0.15 | 126.73 | 0.56 | 0.66 |
| Hex | 77 | D9 | 82 | 2D | 0 | 28 | F | 7F | 38 | 42 |
| Octal | 167 | 331 | 202 | 55 | 0 | 50 | 17 | 177 | 70 | 102 |
| Binary | 1110111 | 11011001 | 10000010 | 101101 | 0 | 101000 | 1111 | 1111111 | 111000 | 1000010 |
Color Harmonies of #77D982
Complementary color
Monochromatic Colors of #77D982
Black with #77D982
Text Example
Text Example
White with #77D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D982; }
p { color: rgb(119,217,130); }
H1.HeaderClassName
{
color: #77D982;
}
.AnyTagClassName
{
color: #77D982;
}
</style>
background-color css
<style>
a { background-color: #77D982; }
a { background-color: rgb(119,217,130); }
div.DivClassName
{
background-color: #77D982;
}
.BgClassName
{
background-color: #77D982;
}
</style>
border-color css
<style>
span { border-color: #77D982; }
span { border-color: rgb(119,217,130); }
td.TdClassName
{
border-color: #77D982;
}
.TagClassName
{
border-color: #77D982;
}
</style>