Shades of Emerald #4DEC7C
Tints of Emerald #4DEC7C
RGB
CMYK
RGB Variations
Color information
#4DEC7C (or 0x4DEC7C) is known color: Emerald. HEX triplet: 4D, EC and 7C. RGB value is (77,236,124). Sum of RGB (Red+Green+Blue) = 77+236+124=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DEC7C is #B21383. Grayscale: #AFAFAF. Windows color (decimal): -11670404 or 8186957. OLE color: 8186957.
HSL color Cylindrical-coordinate representation of color #4DEC7C: hue angle of 137.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEC7C is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 124 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.07 |
| HSL | 137.74º | 0.81% | 0.61% | - |
| HSV(B) | 137.74º | 0.67% | 0.93% | - |
| XYZ | 36.69 | 63.02 | 29.3 | - |
| YUV | 175.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 124 | 0.67 | 0 | 0.47 | 0.07 | 137.74 | 0.81 | 0.61 |
| Hex | 4D | EC | 7C | 43 | 0 | 2F | 7 | 8A | 51 | 3D |
| Octal | 115 | 354 | 174 | 103 | 0 | 57 | 7 | 212 | 121 | 75 |
| Binary | 1001101 | 11101100 | 1111100 | 1000011 | 0 | 101111 | 111 | 10001010 | 1010001 | 111101 |
Color Harmonies of #4DEC7C
Complementary color
Monochromatic Colors of #4DEC7C
Black with #4DEC7C
Text Example
Text Example
White with #4DEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC7C; }
p { color: rgb(77,236,124); }
H1.HeaderClassName
{
color: #4DEC7C;
}
.AnyTagClassName
{
color: #4DEC7C;
}
</style>
background-color css
<style>
a { background-color: #4DEC7C; }
a { background-color: rgb(77,236,124); }
div.DivClassName
{
background-color: #4DEC7C;
}
.BgClassName
{
background-color: #4DEC7C;
}
</style>
border-color css
<style>
span { border-color: #4DEC7C; }
span { border-color: rgb(77,236,124); }
td.TdClassName
{
border-color: #4DEC7C;
}
.TagClassName
{
border-color: #4DEC7C;
}
</style>