Shades of Pastel Green #77D988
Tints of Pastel Green #77D988
RGB
CMYK
RGB Variations
Color information
#77D988 (or 0x77D988) is known color: Pastel Green. HEX triplet: 77, D9 and 88. RGB value is (119,217,136). Sum of RGB (Red+Green+Blue) = 119+217+136=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #77D988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D988 is #882677. Grayscale: #B2B2B2. Windows color (decimal): -8922744 or 8968567. OLE color: 8968567.
HSL color Cylindrical-coordinate representation of color #77D988: hue angle of 130.41º 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 #77D988 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 136 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.15 |
| HSL | 130.41º | 0.56% | 0.66% | - |
| HSV(B) | 130.41º | 0.45% | 0.85% | - |
| XYZ | 36.86 | 55.33 | 32.03 | - |
| YUV | 178.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 136 | 0.45 | 0 | 0.37 | 0.15 | 130.41 | 0.56 | 0.66 |
| Hex | 77 | D9 | 88 | 2D | 0 | 25 | F | 82 | 38 | 42 |
| Octal | 167 | 331 | 210 | 55 | 0 | 45 | 17 | 202 | 70 | 102 |
| Binary | 1110111 | 11011001 | 10001000 | 101101 | 0 | 100101 | 1111 | 10000010 | 111000 | 1000010 |
Color Harmonies of #77D988
Complementary color
Monochromatic Colors of #77D988
Black with #77D988
Text Example
Text Example
White with #77D988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D988; }
p { color: rgb(119,217,136); }
H1.HeaderClassName
{
color: #77D988;
}
.AnyTagClassName
{
color: #77D988;
}
</style>
background-color css
<style>
a { background-color: #77D988; }
a { background-color: rgb(119,217,136); }
div.DivClassName
{
background-color: #77D988;
}
.BgClassName
{
background-color: #77D988;
}
</style>
border-color css
<style>
span { border-color: #77D988; }
span { border-color: rgb(119,217,136); }
td.TdClassName
{
border-color: #77D988;
}
.TagClassName
{
border-color: #77D988;
}
</style>