Shades of Emerald #4DCE74
Tints of Emerald #4DCE74
RGB
CMYK
RGB Variations
Color information
#4DCE74 (or 0x4DCE74) is known color: Emerald. HEX triplet: 4D, CE and 74. RGB value is (77,206,116). Sum of RGB (Red+Green+Blue) = 77+206+116=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCE74 is #B2318B. Grayscale: #9D9D9D. Windows color (decimal): -11678092 or 7654989. OLE color: 7654989.
HSL color Cylindrical-coordinate representation of color #4DCE74: hue angle of 138.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCE74 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 116 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.19 |
| HSL | 138.14º | 0.57% | 0.55% | - |
| HSV(B) | 138.14º | 0.63% | 0.81% | - |
| XYZ | 28.28 | 46.98 | 24.1 | - |
| YUV | 157.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 116 | 0.63 | 0 | 0.44 | 0.19 | 138.14 | 0.57 | 0.55 |
| Hex | 4D | CE | 74 | 3F | 0 | 2C | 13 | 8A | 39 | 37 |
| Octal | 115 | 316 | 164 | 77 | 0 | 54 | 23 | 212 | 71 | 67 |
| Binary | 1001101 | 11001110 | 1110100 | 111111 | 0 | 101100 | 10011 | 10001010 | 111001 | 110111 |
Color Harmonies of #4DCE74
Complementary color
Monochromatic Colors of #4DCE74
Black with #4DCE74
Text Example
Text Example
White with #4DCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCE74; }
p { color: rgb(77,206,116); }
H1.HeaderClassName
{
color: #4DCE74;
}
.AnyTagClassName
{
color: #4DCE74;
}
</style>
background-color css
<style>
a { background-color: #4DCE74; }
a { background-color: rgb(77,206,116); }
div.DivClassName
{
background-color: #4DCE74;
}
.BgClassName
{
background-color: #4DCE74;
}
</style>
border-color css
<style>
span { border-color: #4DCE74; }
span { border-color: rgb(77,206,116); }
td.TdClassName
{
border-color: #4DCE74;
}
.TagClassName
{
border-color: #4DCE74;
}
</style>