Shades of Pastel Green #77DA8A
Tints of Pastel Green #77DA8A
RGB
CMYK
RGB Variations
Color information
#77DA8A (or 0x77DA8A) is known color: Pastel Green. HEX triplet: 77, DA and 8A. RGB value is (119,218,138). Sum of RGB (Red+Green+Blue) = 119+218+138=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA8A is #882575. Grayscale: #B3B3B3. Windows color (decimal): -8922486 or 9099895. OLE color: 9099895.
HSL color Cylindrical-coordinate representation of color #77DA8A: hue angle of 131.52º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DA8A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 138 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.15 |
| HSL | 131.52º | 0.57% | 0.66% | - |
| HSV(B) | 131.52º | 0.45% | 0.85% | - |
| XYZ | 37.27 | 55.9 | 32.87 | - |
| YUV | 179.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 138 | 0.45 | 0 | 0.37 | 0.15 | 131.52 | 0.57 | 0.66 |
| Hex | 77 | DA | 8A | 2D | 0 | 25 | F | 84 | 39 | 42 |
| Octal | 167 | 332 | 212 | 55 | 0 | 45 | 17 | 204 | 71 | 102 |
| Binary | 1110111 | 11011010 | 10001010 | 101101 | 0 | 100101 | 1111 | 10000100 | 111001 | 1000010 |
Color Harmonies of #77DA8A
Complementary color
Monochromatic Colors of #77DA8A
Black with #77DA8A
Text Example
Text Example
White with #77DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DA8A; }
p { color: rgb(119,218,138); }
H1.HeaderClassName
{
color: #77DA8A;
}
.AnyTagClassName
{
color: #77DA8A;
}
</style>
background-color css
<style>
a { background-color: #77DA8A; }
a { background-color: rgb(119,218,138); }
div.DivClassName
{
background-color: #77DA8A;
}
.BgClassName
{
background-color: #77DA8A;
}
</style>
border-color css
<style>
span { border-color: #77DA8A; }
span { border-color: rgb(119,218,138); }
td.TdClassName
{
border-color: #77DA8A;
}
.TagClassName
{
border-color: #77DA8A;
}
</style>