Shades of Pastel Green #77DB74
Tints of Pastel Green #77DB74
RGB
CMYK
RGB Variations
Color information
#77DB74 (or 0x77DB74) is known color: Pastel Green. HEX triplet: 77, DB and 74. RGB value is (119,219,116). Sum of RGB (Red+Green+Blue) = 119+219+116=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB74 is #88248B. Grayscale: #B1B1B1. Windows color (decimal): -8922252 or 7658359. OLE color: 7658359.
HSL color Cylindrical-coordinate representation of color #77DB74: hue angle of 118.25º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DB74 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 116 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.14 |
| HSL | 118.25º | 0.59% | 0.66% | - |
| HSV(B) | 118.25º | 0.47% | 0.86% | - |
| XYZ | 36.09 | 55.85 | 25.4 | - |
| YUV | 177.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 116 | 0.46 | 0 | 0.47 | 0.14 | 118.25 | 0.59 | 0.66 |
| Hex | 77 | DB | 74 | 2E | 0 | 2F | E | 76 | 3B | 42 |
| Octal | 167 | 333 | 164 | 56 | 0 | 57 | 16 | 166 | 73 | 102 |
| Binary | 1110111 | 11011011 | 1110100 | 101110 | 0 | 101111 | 1110 | 1110110 | 111011 | 1000010 |
Color Harmonies of #77DB74
Complementary color
Monochromatic Colors of #77DB74
Black with #77DB74
Text Example
Text Example
White with #77DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB74; }
p { color: rgb(119,219,116); }
H1.HeaderClassName
{
color: #77DB74;
}
.AnyTagClassName
{
color: #77DB74;
}
</style>
background-color css
<style>
a { background-color: #77DB74; }
a { background-color: rgb(119,219,116); }
div.DivClassName
{
background-color: #77DB74;
}
.BgClassName
{
background-color: #77DB74;
}
</style>
border-color css
<style>
span { border-color: #77DB74; }
span { border-color: rgb(119,219,116); }
td.TdClassName
{
border-color: #77DB74;
}
.TagClassName
{
border-color: #77DB74;
}
</style>