Shades of Pastel Green #77DB7C
Tints of Pastel Green #77DB7C
RGB
CMYK
RGB Variations
Color information
#77DB7C (or 0x77DB7C) is known color: Pastel Green. HEX triplet: 77, DB and 7C. RGB value is (119,219,124). Sum of RGB (Red+Green+Blue) = 119+219+124=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB7C is #882483. Grayscale: #B2B2B2. Windows color (decimal): -8922244 or 8182647. OLE color: 8182647.
HSL color Cylindrical-coordinate representation of color #77DB7C: hue angle of 123º 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 #77DB7C is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 124 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.14 |
| HSL | 123º | 0.58% | 0.66% | - |
| HSV(B) | 123º | 0.46% | 0.86% | - |
| XYZ | 36.58 | 56.04 | 27.96 | - |
| YUV | 178.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 124 | 0.46 | 0 | 0.43 | 0.14 | 123 | 0.58 | 0.66 |
| Hex | 77 | DB | 7C | 2E | 0 | 2B | E | 7B | 3A | 42 |
| Octal | 167 | 333 | 174 | 56 | 0 | 53 | 16 | 173 | 72 | 102 |
| Binary | 1110111 | 11011011 | 1111100 | 101110 | 0 | 101011 | 1110 | 1111011 | 111010 | 1000010 |
Color Harmonies of #77DB7C
Complementary color
Monochromatic Colors of #77DB7C
Black with #77DB7C
Text Example
Text Example
White with #77DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB7C; }
p { color: rgb(119,219,124); }
H1.HeaderClassName
{
color: #77DB7C;
}
.AnyTagClassName
{
color: #77DB7C;
}
</style>
background-color css
<style>
a { background-color: #77DB7C; }
a { background-color: rgb(119,219,124); }
div.DivClassName
{
background-color: #77DB7C;
}
.BgClassName
{
background-color: #77DB7C;
}
</style>
border-color css
<style>
span { border-color: #77DB7C; }
span { border-color: rgb(119,219,124); }
td.TdClassName
{
border-color: #77DB7C;
}
.TagClassName
{
border-color: #77DB7C;
}
</style>