Shades of Pastel Green #77EC81
Tints of Pastel Green #77EC81
RGB
CMYK
RGB Variations
Color information
#77EC81 (or 0x77EC81) is known color: Pastel Green. HEX triplet: 77, EC and 81. RGB value is (119,236,129). Sum of RGB (Red+Green+Blue) = 119+236+129=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #77EC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EC81 is #88137E. Grayscale: #BDBDBD. Windows color (decimal): -8917887 or 8514679. OLE color: 8514679.
HSL color Cylindrical-coordinate representation of color #77EC81: hue angle of 125.13º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EC81 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 129 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.07 |
| HSL | 125.13º | 0.75% | 0.7% | - |
| HSV(B) | 125.13º | 0.5% | 0.93% | - |
| XYZ | 41.57 | 65.5 | 31.22 | - |
| YUV | 188.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 129 | 0.50 | 0 | 0.45 | 0.07 | 125.13 | 0.75 | 0.7 |
| Hex | 77 | EC | 81 | 32 | 0 | 2D | 7 | 7D | 4B | 46 |
| Octal | 167 | 354 | 201 | 62 | 0 | 55 | 7 | 175 | 113 | 106 |
| Binary | 1110111 | 11101100 | 10000001 | 110010 | 0 | 101101 | 111 | 1111101 | 1001011 | 1000110 |
Color Harmonies of #77EC81
Complementary color
Monochromatic Colors of #77EC81
Black with #77EC81
Text Example
Text Example
White with #77EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EC81; }
p { color: rgb(119,236,129); }
H1.HeaderClassName
{
color: #77EC81;
}
.AnyTagClassName
{
color: #77EC81;
}
</style>
background-color css
<style>
a { background-color: #77EC81; }
a { background-color: rgb(119,236,129); }
div.DivClassName
{
background-color: #77EC81;
}
.BgClassName
{
background-color: #77EC81;
}
</style>
border-color css
<style>
span { border-color: #77EC81; }
span { border-color: rgb(119,236,129); }
td.TdClassName
{
border-color: #77EC81;
}
.TagClassName
{
border-color: #77EC81;
}
</style>