Shades of Pastel Green #77DB7E
Tints of Pastel Green #77DB7E
RGB
CMYK
RGB Variations
Color information
#77DB7E (or 0x77DB7E) is known color: Pastel Green. HEX triplet: 77, DB and 7E. RGB value is (119,219,126). Sum of RGB (Red+Green+Blue) = 119+219+126=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB7E is #882481. Grayscale: #B2B2B2. Windows color (decimal): -8922242 or 8313719. OLE color: 8313719.
HSL color Cylindrical-coordinate representation of color #77DB7E: hue angle of 124.2º 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 #77DB7E is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 126 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.14 |
| HSL | 124.2º | 0.58% | 0.66% | - |
| HSV(B) | 124.2º | 0.46% | 0.86% | - |
| XYZ | 36.71 | 56.09 | 28.63 | - |
| YUV | 178.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 126 | 0.46 | 0 | 0.42 | 0.14 | 124.2 | 0.58 | 0.66 |
| Hex | 77 | DB | 7E | 2E | 0 | 2A | E | 7C | 3A | 42 |
| Octal | 167 | 333 | 176 | 56 | 0 | 52 | 16 | 174 | 72 | 102 |
| Binary | 1110111 | 11011011 | 1111110 | 101110 | 0 | 101010 | 1110 | 1111100 | 111010 | 1000010 |
Color Harmonies of #77DB7E
Complementary color
Monochromatic Colors of #77DB7E
Black with #77DB7E
Text Example
Text Example
White with #77DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB7E; }
p { color: rgb(119,219,126); }
H1.HeaderClassName
{
color: #77DB7E;
}
.AnyTagClassName
{
color: #77DB7E;
}
</style>
background-color css
<style>
a { background-color: #77DB7E; }
a { background-color: rgb(119,219,126); }
div.DivClassName
{
background-color: #77DB7E;
}
.BgClassName
{
background-color: #77DB7E;
}
</style>
border-color css
<style>
span { border-color: #77DB7E; }
span { border-color: rgb(119,219,126); }
td.TdClassName
{
border-color: #77DB7E;
}
.TagClassName
{
border-color: #77DB7E;
}
</style>