Shades of Emerald #4DC477
Tints of Emerald #4DC477
RGB
CMYK
RGB Variations
Color information
#4DC477 (or 0x4DC477) is known color: Emerald. HEX triplet: 4D, C4 and 77. RGB value is (77,196,119). Sum of RGB (Red+Green+Blue) = 77+196+119=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC477 is #B23B88. Grayscale: #979797. Windows color (decimal): -11680649 or 7849037. OLE color: 7849037.
HSL color Cylindrical-coordinate representation of color #4DC477: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC477 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 119 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.23 |
| HSL | 141.18º | 0.5% | 0.54% | - |
| HSV(B) | 141.18º | 0.61% | 0.77% | - |
| XYZ | 26.13 | 42.39 | 24.26 | - |
| YUV | 151.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 119 | 0.61 | 0 | 0.39 | 0.23 | 141.18 | 0.5 | 0.54 |
| Hex | 4D | C4 | 77 | 3D | 0 | 27 | 17 | 8D | 32 | 36 |
| Octal | 115 | 304 | 167 | 75 | 0 | 47 | 27 | 215 | 62 | 66 |
| Binary | 1001101 | 11000100 | 1110111 | 111101 | 0 | 100111 | 10111 | 10001101 | 110010 | 110110 |
Color Harmonies of #4DC477
Complementary color
Monochromatic Colors of #4DC477
Black with #4DC477
Text Example
Text Example
White with #4DC477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC477; }
p { color: rgb(77,196,119); }
H1.HeaderClassName
{
color: #4DC477;
}
.AnyTagClassName
{
color: #4DC477;
}
</style>
background-color css
<style>
a { background-color: #4DC477; }
a { background-color: rgb(77,196,119); }
div.DivClassName
{
background-color: #4DC477;
}
.BgClassName
{
background-color: #4DC477;
}
</style>
border-color css
<style>
span { border-color: #4DC477; }
span { border-color: rgb(77,196,119); }
td.TdClassName
{
border-color: #4DC477;
}
.TagClassName
{
border-color: #4DC477;
}
</style>