Shades of Pastel Green #77DC86
Tints of Pastel Green #77DC86
RGB
CMYK
RGB Variations
Color information
#77DC86 (or 0x77DC86) is known color: Pastel Green. HEX triplet: 77, DC and 86. RGB value is (119,220,134). Sum of RGB (Red+Green+Blue) = 119+220+134=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC86 is #882379. Grayscale: #B4B4B4. Windows color (decimal): -8921978 or 8838263. OLE color: 8838263.
HSL color Cylindrical-coordinate representation of color #77DC86: hue angle of 128.91º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DC86 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 134 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.14 |
| HSL | 128.91º | 0.59% | 0.66% | - |
| HSV(B) | 128.91º | 0.46% | 0.86% | - |
| XYZ | 37.5 | 56.83 | 31.55 | - |
| YUV | 180 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 134 | 0.46 | 0 | 0.39 | 0.14 | 128.91 | 0.59 | 0.66 |
| Hex | 77 | DC | 86 | 2E | 0 | 27 | E | 81 | 3B | 42 |
| Octal | 167 | 334 | 206 | 56 | 0 | 47 | 16 | 201 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10000110 | 101110 | 0 | 100111 | 1110 | 10000001 | 111011 | 1000010 |
Color Harmonies of #77DC86
Complementary color
Monochromatic Colors of #77DC86
Black with #77DC86
Text Example
Text Example
White with #77DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC86; }
p { color: rgb(119,220,134); }
H1.HeaderClassName
{
color: #77DC86;
}
.AnyTagClassName
{
color: #77DC86;
}
</style>
background-color css
<style>
a { background-color: #77DC86; }
a { background-color: rgb(119,220,134); }
div.DivClassName
{
background-color: #77DC86;
}
.BgClassName
{
background-color: #77DC86;
}
</style>
border-color css
<style>
span { border-color: #77DC86; }
span { border-color: rgb(119,220,134); }
td.TdClassName
{
border-color: #77DC86;
}
.TagClassName
{
border-color: #77DC86;
}
</style>