Shades of Pastel Green #77D985
Tints of Pastel Green #77D985
RGB
CMYK
RGB Variations
Color information
#77D985 (or 0x77D985) is known color: Pastel Green. HEX triplet: 77, D9 and 85. RGB value is (119,217,133). Sum of RGB (Red+Green+Blue) = 119+217+133=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #77D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D985 is #88267A. Grayscale: #B2B2B2. Windows color (decimal): -8922747 or 8771959. OLE color: 8771959.
HSL color Cylindrical-coordinate representation of color #77D985: hue angle of 128.57º 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 #77D985 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 133 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.15 |
| HSL | 128.57º | 0.56% | 0.66% | - |
| HSV(B) | 128.57º | 0.45% | 0.85% | - |
| XYZ | 36.65 | 55.24 | 30.92 | - |
| YUV | 178.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 133 | 0.45 | 0 | 0.39 | 0.15 | 128.57 | 0.56 | 0.66 |
| Hex | 77 | D9 | 85 | 2D | 0 | 27 | F | 81 | 38 | 42 |
| Octal | 167 | 331 | 205 | 55 | 0 | 47 | 17 | 201 | 70 | 102 |
| Binary | 1110111 | 11011001 | 10000101 | 101101 | 0 | 100111 | 1111 | 10000001 | 111000 | 1000010 |
Color Harmonies of #77D985
Complementary color
Monochromatic Colors of #77D985
Black with #77D985
Text Example
Text Example
White with #77D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D985; }
p { color: rgb(119,217,133); }
H1.HeaderClassName
{
color: #77D985;
}
.AnyTagClassName
{
color: #77D985;
}
</style>
background-color css
<style>
a { background-color: #77D985; }
a { background-color: rgb(119,217,133); }
div.DivClassName
{
background-color: #77D985;
}
.BgClassName
{
background-color: #77D985;
}
</style>
border-color css
<style>
span { border-color: #77D985; }
span { border-color: rgb(119,217,133); }
td.TdClassName
{
border-color: #77D985;
}
.TagClassName
{
border-color: #77D985;
}
</style>