Shades of Pastel Green #77DB8A
Tints of Pastel Green #77DB8A
RGB
CMYK
RGB Variations
Color information
#77DB8A (or 0x77DB8A) is known color: Pastel Green. HEX triplet: 77, DB and 8A. RGB value is (119,219,138). Sum of RGB (Red+Green+Blue) = 119+219+138=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB8A is #882475. Grayscale: #B4B4B4. Windows color (decimal): -8922230 or 9100151. OLE color: 9100151.
HSL color Cylindrical-coordinate representation of color #77DB8A: hue angle of 131.4º 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 #77DB8A is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 138 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.14 |
| HSL | 131.4º | 0.58% | 0.66% | - |
| HSV(B) | 131.4º | 0.46% | 0.86% | - |
| XYZ | 37.53 | 56.42 | 32.96 | - |
| YUV | 179.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 138 | 0.46 | 0 | 0.37 | 0.14 | 131.4 | 0.58 | 0.66 |
| Hex | 77 | DB | 8A | 2E | 0 | 25 | E | 83 | 3A | 42 |
| Octal | 167 | 333 | 212 | 56 | 0 | 45 | 16 | 203 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10001010 | 101110 | 0 | 100101 | 1110 | 10000011 | 111010 | 1000010 |
Color Harmonies of #77DB8A
Complementary color
Monochromatic Colors of #77DB8A
Black with #77DB8A
Text Example
Text Example
White with #77DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB8A; }
p { color: rgb(119,219,138); }
H1.HeaderClassName
{
color: #77DB8A;
}
.AnyTagClassName
{
color: #77DB8A;
}
</style>
background-color css
<style>
a { background-color: #77DB8A; }
a { background-color: rgb(119,219,138); }
div.DivClassName
{
background-color: #77DB8A;
}
.BgClassName
{
background-color: #77DB8A;
}
</style>
border-color css
<style>
span { border-color: #77DB8A; }
span { border-color: rgb(119,219,138); }
td.TdClassName
{
border-color: #77DB8A;
}
.TagClassName
{
border-color: #77DB8A;
}
</style>