Shades of Emerald #4DEC8E
Tints of Emerald #4DEC8E
RGB
CMYK
RGB Variations
Color information
#4DEC8E (or 0x4DEC8E) is known color: Emerald. HEX triplet: 4D, EC and 8E. RGB value is (77,236,142). Sum of RGB (Red+Green+Blue) = 77+236+142=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEC8E is #B21371. Grayscale: #B1B1B1. Windows color (decimal): -11670386 or 9366605. OLE color: 9366605.
HSL color Cylindrical-coordinate representation of color #4DEC8E: hue angle of 144.53º 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 #4DEC8E is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 142 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.07 |
| HSL | 144.53º | 0.81% | 0.61% | - |
| HSV(B) | 144.53º | 0.67% | 0.93% | - |
| XYZ | 37.94 | 63.52 | 35.85 | - |
| YUV | 177.74 | 107.82 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 142 | 0.67 | 0 | 0.40 | 0.07 | 144.53 | 0.81 | 0.61 |
| Hex | 4D | EC | 8E | 43 | 0 | 28 | 7 | 91 | 51 | 3D |
| Octal | 115 | 354 | 216 | 103 | 0 | 50 | 7 | 221 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10001110 | 1000011 | 0 | 101000 | 111 | 10010001 | 1010001 | 111101 |
Color Harmonies of #4DEC8E
Complementary color
Monochromatic Colors of #4DEC8E
Black with #4DEC8E
Text Example
Text Example
White with #4DEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC8E; }
p { color: rgb(77,236,142); }
H1.HeaderClassName
{
color: #4DEC8E;
}
.AnyTagClassName
{
color: #4DEC8E;
}
</style>
background-color css
<style>
a { background-color: #4DEC8E; }
a { background-color: rgb(77,236,142); }
div.DivClassName
{
background-color: #4DEC8E;
}
.BgClassName
{
background-color: #4DEC8E;
}
</style>
border-color css
<style>
span { border-color: #4DEC8E; }
span { border-color: rgb(77,236,142); }
td.TdClassName
{
border-color: #4DEC8E;
}
.TagClassName
{
border-color: #4DEC8E;
}
</style>