Shades of Emerald #4DC077
Tints of Emerald #4DC077
RGB
CMYK
RGB Variations
Color information
#4DC077 (or 0x4DC077) is known color: Emerald. HEX triplet: 4D, C0 and 77. RGB value is (77,192,119). Sum of RGB (Red+Green+Blue) = 77+192+119=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC077 is #B23F88. Grayscale: #959595. Windows color (decimal): -11681673 or 7848013. OLE color: 7848013.
HSL color Cylindrical-coordinate representation of color #4DC077: hue angle of 141.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC077 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 119 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.25 |
| HSL | 141.91º | 0.48% | 0.53% | - |
| HSV(B) | 141.91º | 0.6% | 0.75% | - |
| XYZ | 25.24 | 40.61 | 23.96 | - |
| YUV | 149.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 119 | 0.60 | 0 | 0.38 | 0.25 | 141.91 | 0.48 | 0.53 |
| Hex | 4D | C0 | 77 | 3C | 0 | 26 | 19 | 8E | 30 | 35 |
| Octal | 115 | 300 | 167 | 74 | 0 | 46 | 31 | 216 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1110111 | 111100 | 0 | 100110 | 11001 | 10001110 | 110000 | 110101 |
Color Harmonies of #4DC077
Complementary color
Monochromatic Colors of #4DC077
Black with #4DC077
Text Example
Text Example
White with #4DC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC077; }
p { color: rgb(77,192,119); }
H1.HeaderClassName
{
color: #4DC077;
}
.AnyTagClassName
{
color: #4DC077;
}
</style>
background-color css
<style>
a { background-color: #4DC077; }
a { background-color: rgb(77,192,119); }
div.DivClassName
{
background-color: #4DC077;
}
.BgClassName
{
background-color: #4DC077;
}
</style>
border-color css
<style>
span { border-color: #4DC077; }
span { border-color: rgb(77,192,119); }
td.TdClassName
{
border-color: #4DC077;
}
.TagClassName
{
border-color: #4DC077;
}
</style>