Shades of Emerald #4DEC8D
Tints of Emerald #4DEC8D
RGB
CMYK
RGB Variations
Color information
#4DEC8D (or 0x4DEC8D) is known color: Emerald. HEX triplet: 4D, EC and 8D. RGB value is (77,236,141). Sum of RGB (Red+Green+Blue) = 77+236+141=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEC8D is #B21372. Grayscale: #B1B1B1. Windows color (decimal): -11670387 or 9301069. OLE color: 9301069.
HSL color Cylindrical-coordinate representation of color #4DEC8D: hue angle of 144.15º 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 #4DEC8D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 141 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.07 |
| HSL | 144.15º | 0.81% | 0.61% | - |
| HSV(B) | 144.15º | 0.67% | 0.93% | - |
| XYZ | 37.86 | 63.49 | 35.46 | - |
| YUV | 177.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 141 | 0.67 | 0 | 0.40 | 0.07 | 144.15 | 0.81 | 0.61 |
| Hex | 4D | EC | 8D | 43 | 0 | 28 | 7 | 90 | 51 | 3D |
| Octal | 115 | 354 | 215 | 103 | 0 | 50 | 7 | 220 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10001101 | 1000011 | 0 | 101000 | 111 | 10010000 | 1010001 | 111101 |
Color Harmonies of #4DEC8D
Complementary color
Monochromatic Colors of #4DEC8D
Black with #4DEC8D
Text Example
Text Example
White with #4DEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC8D; }
p { color: rgb(77,236,141); }
H1.HeaderClassName
{
color: #4DEC8D;
}
.AnyTagClassName
{
color: #4DEC8D;
}
</style>
background-color css
<style>
a { background-color: #4DEC8D; }
a { background-color: rgb(77,236,141); }
div.DivClassName
{
background-color: #4DEC8D;
}
.BgClassName
{
background-color: #4DEC8D;
}
</style>
border-color css
<style>
span { border-color: #4DEC8D; }
span { border-color: rgb(77,236,141); }
td.TdClassName
{
border-color: #4DEC8D;
}
.TagClassName
{
border-color: #4DEC8D;
}
</style>