Shades of Emerald #4DCD7E
Tints of Emerald #4DCD7E
RGB
CMYK
RGB Variations
Color information
#4DCD7E (or 0x4DCD7E) is known color: Emerald. HEX triplet: 4D, CD and 7E. RGB value is (77,205,126). Sum of RGB (Red+Green+Blue) = 77+205+126=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD7E is #B23281. Grayscale: #9D9D9D. Windows color (decimal): -11678338 or 8310093. OLE color: 8310093.
HSL color Cylindrical-coordinate representation of color #4DCD7E: hue angle of 142.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 #4DCD7E is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 126 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.20 |
| HSL | 142.97º | 0.56% | 0.55% | - |
| HSV(B) | 142.97º | 0.62% | 0.8% | - |
| XYZ | 28.66 | 46.75 | 27.25 | - |
| YUV | 157.72 | 110.09 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 126 | 0.62 | 0 | 0.39 | 0.20 | 142.97 | 0.56 | 0.55 |
| Hex | 4D | CD | 7E | 3E | 0 | 27 | 14 | 8F | 38 | 37 |
| Octal | 115 | 315 | 176 | 76 | 0 | 47 | 24 | 217 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1111110 | 111110 | 0 | 100111 | 10100 | 10001111 | 111000 | 110111 |
Color Harmonies of #4DCD7E
Complementary color
Monochromatic Colors of #4DCD7E
Black with #4DCD7E
Text Example
Text Example
White with #4DCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD7E; }
p { color: rgb(77,205,126); }
H1.HeaderClassName
{
color: #4DCD7E;
}
.AnyTagClassName
{
color: #4DCD7E;
}
</style>
background-color css
<style>
a { background-color: #4DCD7E; }
a { background-color: rgb(77,205,126); }
div.DivClassName
{
background-color: #4DCD7E;
}
.BgClassName
{
background-color: #4DCD7E;
}
</style>
border-color css
<style>
span { border-color: #4DCD7E; }
span { border-color: rgb(77,205,126); }
td.TdClassName
{
border-color: #4DCD7E;
}
.TagClassName
{
border-color: #4DCD7E;
}
</style>