Shades of Pastel Green #77EC70
Tints of Pastel Green #77EC70
RGB
CMYK
RGB Variations
Color information
#77EC70 (or 0x77EC70) is known color: Pastel Green. HEX triplet: 77, EC and 70. RGB value is (119,236,112). Sum of RGB (Red+Green+Blue) = 119+236+112=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #77EC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77EC70 is #88138F. Grayscale: #BBBBBB. Windows color (decimal): -8917904 or 7400567. OLE color: 7400567.
HSL color Cylindrical-coordinate representation of color #77EC70: hue angle of 116.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77EC70 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 112 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.07 |
| HSL | 116.61º | 0.77% | 0.68% | - |
| HSV(B) | 116.61º | 0.53% | 0.93% | - |
| XYZ | 40.53 | 65.08 | 25.76 | - |
| YUV | 186.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 112 | 0.50 | 0 | 0.53 | 0.07 | 116.61 | 0.77 | 0.68 |
| Hex | 77 | EC | 70 | 32 | 0 | 35 | 7 | 75 | 4D | 44 |
| Octal | 167 | 354 | 160 | 62 | 0 | 65 | 7 | 165 | 115 | 104 |
| Binary | 1110111 | 11101100 | 1110000 | 110010 | 0 | 110101 | 111 | 1110101 | 1001101 | 1000100 |
Color Harmonies of #77EC70
Complementary color
Monochromatic Colors of #77EC70
Black with #77EC70
Text Example
Text Example
White with #77EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EC70; }
p { color: rgb(119,236,112); }
H1.HeaderClassName
{
color: #77EC70;
}
.AnyTagClassName
{
color: #77EC70;
}
</style>
background-color css
<style>
a { background-color: #77EC70; }
a { background-color: rgb(119,236,112); }
div.DivClassName
{
background-color: #77EC70;
}
.BgClassName
{
background-color: #77EC70;
}
</style>
border-color css
<style>
span { border-color: #77EC70; }
span { border-color: rgb(119,236,112); }
td.TdClassName
{
border-color: #77EC70;
}
.TagClassName
{
border-color: #77EC70;
}
</style>