Shades of Emerald #4DC476
Tints of Emerald #4DC476
RGB
CMYK
RGB Variations
Color information
#4DC476 (or 0x4DC476) is known color: Emerald. HEX triplet: 4D, C4 and 76. RGB value is (77,196,118). Sum of RGB (Red+Green+Blue) = 77+196+118=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC476 is #B23B89. Grayscale: #979797. Windows color (decimal): -11680650 or 7783501. OLE color: 7783501.
HSL color Cylindrical-coordinate representation of color #4DC476: hue angle of 140.67º 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 #4DC476 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 118 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.23 |
| HSL | 140.67º | 0.5% | 0.54% | - |
| HSV(B) | 140.67º | 0.61% | 0.77% | - |
| XYZ | 26.07 | 42.37 | 23.94 | - |
| YUV | 151.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 118 | 0.61 | 0 | 0.40 | 0.23 | 140.67 | 0.5 | 0.54 |
| Hex | 4D | C4 | 76 | 3D | 0 | 28 | 17 | 8D | 32 | 36 |
| Octal | 115 | 304 | 166 | 75 | 0 | 50 | 27 | 215 | 62 | 66 |
| Binary | 1001101 | 11000100 | 1110110 | 111101 | 0 | 101000 | 10111 | 10001101 | 110010 | 110110 |
Color Harmonies of #4DC476
Complementary color
Monochromatic Colors of #4DC476
Black with #4DC476
Text Example
Text Example
White with #4DC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC476; }
p { color: rgb(77,196,118); }
H1.HeaderClassName
{
color: #4DC476;
}
.AnyTagClassName
{
color: #4DC476;
}
</style>
background-color css
<style>
a { background-color: #4DC476; }
a { background-color: rgb(77,196,118); }
div.DivClassName
{
background-color: #4DC476;
}
.BgClassName
{
background-color: #4DC476;
}
</style>
border-color css
<style>
span { border-color: #4DC476; }
span { border-color: rgb(77,196,118); }
td.TdClassName
{
border-color: #4DC476;
}
.TagClassName
{
border-color: #4DC476;
}
</style>