Shades of Emerald #4DEC7D
Tints of Emerald #4DEC7D
RGB
CMYK
RGB Variations
Color information
#4DEC7D (or 0x4DEC7D) is known color: Emerald. HEX triplet: 4D, EC and 7D. RGB value is (77,236,125). Sum of RGB (Red+Green+Blue) = 77+236+125=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DEC7D is #B21382. Grayscale: #B0B0B0. Windows color (decimal): -11670403 or 8252493. OLE color: 8252493.
HSL color Cylindrical-coordinate representation of color #4DEC7D: hue angle of 138.11º 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 #4DEC7D is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 125 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.07 |
| HSL | 138.11º | 0.81% | 0.61% | - |
| HSV(B) | 138.11º | 0.67% | 0.93% | - |
| XYZ | 36.76 | 63.05 | 29.63 | - |
| YUV | 175.81 | 99.32 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 125 | 0.67 | 0 | 0.47 | 0.07 | 138.11 | 0.81 | 0.61 |
| Hex | 4D | EC | 7D | 43 | 0 | 2F | 7 | 8A | 51 | 3D |
| Octal | 115 | 354 | 175 | 103 | 0 | 57 | 7 | 212 | 121 | 75 |
| Binary | 1001101 | 11101100 | 1111101 | 1000011 | 0 | 101111 | 111 | 10001010 | 1010001 | 111101 |
Color Harmonies of #4DEC7D
Complementary color
Monochromatic Colors of #4DEC7D
Black with #4DEC7D
Text Example
Text Example
White with #4DEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC7D; }
p { color: rgb(77,236,125); }
H1.HeaderClassName
{
color: #4DEC7D;
}
.AnyTagClassName
{
color: #4DEC7D;
}
</style>
background-color css
<style>
a { background-color: #4DEC7D; }
a { background-color: rgb(77,236,125); }
div.DivClassName
{
background-color: #4DEC7D;
}
.BgClassName
{
background-color: #4DEC7D;
}
</style>
border-color css
<style>
span { border-color: #4DEC7D; }
span { border-color: rgb(77,236,125); }
td.TdClassName
{
border-color: #4DEC7D;
}
.TagClassName
{
border-color: #4DEC7D;
}
</style>