Shades of Pastel Green #77DB8B
Tints of Pastel Green #77DB8B
RGB
CMYK
RGB Variations
Color information
#77DB8B (or 0x77DB8B) is known color: Pastel Green. HEX triplet: 77, DB and 8B. RGB value is (119,219,139). Sum of RGB (Red+Green+Blue) = 119+219+139=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB8B is #882474. Grayscale: #B4B4B4. Windows color (decimal): -8922229 or 9165687. OLE color: 9165687.
HSL color Cylindrical-coordinate representation of color #77DB8B: hue angle of 132º 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 #77DB8B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 139 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.14 |
| HSL | 132º | 0.58% | 0.66% | - |
| HSV(B) | 132º | 0.46% | 0.86% | - |
| XYZ | 37.6 | 56.45 | 33.34 | - |
| YUV | 179.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 139 | 0.46 | 0 | 0.37 | 0.14 | 132 | 0.58 | 0.66 |
| Hex | 77 | DB | 8B | 2E | 0 | 25 | E | 84 | 3A | 42 |
| Octal | 167 | 333 | 213 | 56 | 0 | 45 | 16 | 204 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10001011 | 101110 | 0 | 100101 | 1110 | 10000100 | 111010 | 1000010 |
Color Harmonies of #77DB8B
Complementary color
Monochromatic Colors of #77DB8B
Black with #77DB8B
Text Example
Text Example
White with #77DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB8B; }
p { color: rgb(119,219,139); }
H1.HeaderClassName
{
color: #77DB8B;
}
.AnyTagClassName
{
color: #77DB8B;
}
</style>
background-color css
<style>
a { background-color: #77DB8B; }
a { background-color: rgb(119,219,139); }
div.DivClassName
{
background-color: #77DB8B;
}
.BgClassName
{
background-color: #77DB8B;
}
</style>
border-color css
<style>
span { border-color: #77DB8B; }
span { border-color: rgb(119,219,139); }
td.TdClassName
{
border-color: #77DB8B;
}
.TagClassName
{
border-color: #77DB8B;
}
</style>