Shades of Pastel Green #77DB87
Tints of Pastel Green #77DB87
RGB
CMYK
RGB Variations
Color information
#77DB87 (or 0x77DB87) is known color: Pastel Green. HEX triplet: 77, DB and 87. RGB value is (119,219,135). Sum of RGB (Red+Green+Blue) = 119+219+135=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB87 is #882478. Grayscale: #B3B3B3. Windows color (decimal): -8922233 or 8903543. OLE color: 8903543.
HSL color Cylindrical-coordinate representation of color #77DB87: hue angle of 129.6º degrees, saturation: 0.58, 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 #77DB87 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 135 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.14 |
| HSL | 129.6º | 0.58% | 0.66% | - |
| HSV(B) | 129.6º | 0.46% | 0.86% | - |
| XYZ | 37.31 | 56.33 | 31.83 | - |
| YUV | 179.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 135 | 0.46 | 0 | 0.38 | 0.14 | 129.6 | 0.58 | 0.66 |
| Hex | 77 | DB | 87 | 2E | 0 | 26 | E | 82 | 3A | 42 |
| Octal | 167 | 333 | 207 | 56 | 0 | 46 | 16 | 202 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10000111 | 101110 | 0 | 100110 | 1110 | 10000010 | 111010 | 1000010 |
Color Harmonies of #77DB87
Complementary color
Monochromatic Colors of #77DB87
Black with #77DB87
Text Example
Text Example
White with #77DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB87; }
p { color: rgb(119,219,135); }
H1.HeaderClassName
{
color: #77DB87;
}
.AnyTagClassName
{
color: #77DB87;
}
</style>
background-color css
<style>
a { background-color: #77DB87; }
a { background-color: rgb(119,219,135); }
div.DivClassName
{
background-color: #77DB87;
}
.BgClassName
{
background-color: #77DB87;
}
</style>
border-color css
<style>
span { border-color: #77DB87; }
span { border-color: rgb(119,219,135); }
td.TdClassName
{
border-color: #77DB87;
}
.TagClassName
{
border-color: #77DB87;
}
</style>