Shades of Emerald #4DCD5E
Tints of Emerald #4DCD5E
RGB
CMYK
RGB Variations
Color information
#4DCD5E (or 0x4DCD5E) is known color: Emerald. HEX triplet: 4D, CD and 5E. RGB value is (77,205,94). Sum of RGB (Red+Green+Blue) = 77+205+94=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD5E is #B232A1. Grayscale: #9A9A9A. Windows color (decimal): -11678370 or 6212941. OLE color: 6212941.
HSL color Cylindrical-coordinate representation of color #4DCD5E: hue angle of 127.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD5E is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 94 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.20 |
| HSL | 127.97º | 0.56% | 0.55% | - |
| HSV(B) | 127.97º | 0.62% | 0.8% | - |
| XYZ | 26.91 | 46.05 | 18.06 | - |
| YUV | 154.07 | 94.09 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 94 | 0.62 | 0 | 0.54 | 0.20 | 127.97 | 0.56 | 0.55 |
| Hex | 4D | CD | 5E | 3E | 0 | 36 | 14 | 80 | 38 | 37 |
| Octal | 115 | 315 | 136 | 76 | 0 | 66 | 24 | 200 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1011110 | 111110 | 0 | 110110 | 10100 | 10000000 | 111000 | 110111 |
Color Harmonies of #4DCD5E
Complementary color
Monochromatic Colors of #4DCD5E
Black with #4DCD5E
Text Example
Text Example
White with #4DCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD5E; }
p { color: rgb(77,205,94); }
H1.HeaderClassName
{
color: #4DCD5E;
}
.AnyTagClassName
{
color: #4DCD5E;
}
</style>
background-color css
<style>
a { background-color: #4DCD5E; }
a { background-color: rgb(77,205,94); }
div.DivClassName
{
background-color: #4DCD5E;
}
.BgClassName
{
background-color: #4DCD5E;
}
</style>
border-color css
<style>
span { border-color: #4DCD5E; }
span { border-color: rgb(77,205,94); }
td.TdClassName
{
border-color: #4DCD5E;
}
.TagClassName
{
border-color: #4DCD5E;
}
</style>