Shades of Emerald #4DDD8E
Tints of Emerald #4DDD8E
RGB
CMYK
RGB Variations
Color information
#4DDD8E (or 0x4DDD8E) is known color: Emerald. HEX triplet: 4D, DD and 8E. RGB value is (77,221,142). Sum of RGB (Red+Green+Blue) = 77+221+142=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDD8E is #B22271. Grayscale: #A9A9A9. Windows color (decimal): -11674226 or 9362765. OLE color: 9362765.
HSL color Cylindrical-coordinate representation of color #4DDD8E: hue angle of 147.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDD8E is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 142 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.13 |
| HSL | 147.08º | 0.68% | 0.58% | - |
| HSV(B) | 147.08º | 0.65% | 0.87% | - |
| XYZ | 33.8 | 55.24 | 34.47 | - |
| YUV | 168.94 | 112.79 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 142 | 0.65 | 0 | 0.36 | 0.13 | 147.08 | 0.68 | 0.58 |
| Hex | 4D | DD | 8E | 41 | 0 | 24 | D | 93 | 44 | 3A |
| Octal | 115 | 335 | 216 | 101 | 0 | 44 | 15 | 223 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10001110 | 1000001 | 0 | 100100 | 1101 | 10010011 | 1000100 | 111010 |
Color Harmonies of #4DDD8E
Complementary color
Monochromatic Colors of #4DDD8E
Black with #4DDD8E
Text Example
Text Example
White with #4DDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD8E; }
p { color: rgb(77,221,142); }
H1.HeaderClassName
{
color: #4DDD8E;
}
.AnyTagClassName
{
color: #4DDD8E;
}
</style>
background-color css
<style>
a { background-color: #4DDD8E; }
a { background-color: rgb(77,221,142); }
div.DivClassName
{
background-color: #4DDD8E;
}
.BgClassName
{
background-color: #4DDD8E;
}
</style>
border-color css
<style>
span { border-color: #4DDD8E; }
span { border-color: rgb(77,221,142); }
td.TdClassName
{
border-color: #4DDD8E;
}
.TagClassName
{
border-color: #4DDD8E;
}
</style>