Shades of Pastel Green #77DB72
Tints of Pastel Green #77DB72
RGB
CMYK
RGB Variations
Color information
#77DB72 (or 0x77DB72) is known color: Pastel Green. HEX triplet: 77, DB and 72. RGB value is (119,219,114). Sum of RGB (Red+Green+Blue) = 119+219+114=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB72 is #88248D. Grayscale: #B1B1B1. Windows color (decimal): -8922254 or 7527287. OLE color: 7527287.
HSL color Cylindrical-coordinate representation of color #77DB72: hue angle of 117.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77DB72 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 114 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.14 |
| HSL | 117.14º | 0.59% | 0.65% | - |
| HSV(B) | 117.14º | 0.48% | 0.86% | - |
| XYZ | 35.98 | 55.8 | 24.79 | - |
| YUV | 177.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 114 | 0.46 | 0 | 0.48 | 0.14 | 117.14 | 0.59 | 0.65 |
| Hex | 77 | DB | 72 | 2E | 0 | 30 | E | 75 | 3B | 41 |
| Octal | 167 | 333 | 162 | 56 | 0 | 60 | 16 | 165 | 73 | 101 |
| Binary | 1110111 | 11011011 | 1110010 | 101110 | 0 | 110000 | 1110 | 1110101 | 111011 | 1000001 |
Color Harmonies of #77DB72
Complementary color
Monochromatic Colors of #77DB72
Black with #77DB72
Text Example
Text Example
White with #77DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB72; }
p { color: rgb(119,219,114); }
H1.HeaderClassName
{
color: #77DB72;
}
.AnyTagClassName
{
color: #77DB72;
}
</style>
background-color css
<style>
a { background-color: #77DB72; }
a { background-color: rgb(119,219,114); }
div.DivClassName
{
background-color: #77DB72;
}
.BgClassName
{
background-color: #77DB72;
}
</style>
border-color css
<style>
span { border-color: #77DB72; }
span { border-color: rgb(119,219,114); }
td.TdClassName
{
border-color: #77DB72;
}
.TagClassName
{
border-color: #77DB72;
}
</style>