Shades of Emerald #4DC074
Tints of Emerald #4DC074
RGB
CMYK
RGB Variations
Color information
#4DC074 (or 0x4DC074) is known color: Emerald. HEX triplet: 4D, C0 and 74. RGB value is (77,192,116). Sum of RGB (Red+Green+Blue) = 77+192+116=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC074 is #B23F8B. Grayscale: #959595. Windows color (decimal): -11681676 or 7651405. OLE color: 7651405.
HSL color Cylindrical-coordinate representation of color #4DC074: hue angle of 140.35º 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 #4DC074 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 116 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.25 |
| HSL | 140.35º | 0.48% | 0.53% | - |
| HSV(B) | 140.35º | 0.6% | 0.75% | - |
| XYZ | 25.06 | 40.54 | 23.03 | - |
| YUV | 148.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 116 | 0.60 | 0 | 0.40 | 0.25 | 140.35 | 0.48 | 0.53 |
| Hex | 4D | C0 | 74 | 3C | 0 | 28 | 19 | 8C | 30 | 35 |
| Octal | 115 | 300 | 164 | 74 | 0 | 50 | 31 | 214 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1110100 | 111100 | 0 | 101000 | 11001 | 10001100 | 110000 | 110101 |
Color Harmonies of #4DC074
Complementary color
Monochromatic Colors of #4DC074
Black with #4DC074
Text Example
Text Example
White with #4DC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC074; }
p { color: rgb(77,192,116); }
H1.HeaderClassName
{
color: #4DC074;
}
.AnyTagClassName
{
color: #4DC074;
}
</style>
background-color css
<style>
a { background-color: #4DC074; }
a { background-color: rgb(77,192,116); }
div.DivClassName
{
background-color: #4DC074;
}
.BgClassName
{
background-color: #4DC074;
}
</style>
border-color css
<style>
span { border-color: #4DC074; }
span { border-color: rgb(77,192,116); }
td.TdClassName
{
border-color: #4DC074;
}
.TagClassName
{
border-color: #4DC074;
}
</style>