Shades of Emerald #4DCA5E
Tints of Emerald #4DCA5E
RGB
CMYK
RGB Variations
Color information
#4DCA5E (or 0x4DCA5E) is known color: Emerald. HEX triplet: 4D, CA and 5E. RGB value is (77,202,94). Sum of RGB (Red+Green+Blue) = 77+202+94=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCA5E is #B235A1. Grayscale: #989898. Windows color (decimal): -11679138 or 6212173. OLE color: 6212173.
HSL color Cylindrical-coordinate representation of color #4DCA5E: hue angle of 128.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCA5E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 94 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.21 |
| HSL | 128.16º | 0.54% | 0.55% | - |
| HSV(B) | 128.16º | 0.62% | 0.79% | - |
| XYZ | 26.2 | 44.63 | 17.82 | - |
| YUV | 152.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 94 | 0.62 | 0 | 0.53 | 0.21 | 128.16 | 0.54 | 0.55 |
| Hex | 4D | CA | 5E | 3E | 0 | 35 | 15 | 80 | 36 | 37 |
| Octal | 115 | 312 | 136 | 76 | 0 | 65 | 25 | 200 | 66 | 67 |
| Binary | 1001101 | 11001010 | 1011110 | 111110 | 0 | 110101 | 10101 | 10000000 | 110110 | 110111 |
Color Harmonies of #4DCA5E
Complementary color
Monochromatic Colors of #4DCA5E
Black with #4DCA5E
Text Example
Text Example
White with #4DCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA5E; }
p { color: rgb(77,202,94); }
H1.HeaderClassName
{
color: #4DCA5E;
}
.AnyTagClassName
{
color: #4DCA5E;
}
</style>
background-color css
<style>
a { background-color: #4DCA5E; }
a { background-color: rgb(77,202,94); }
div.DivClassName
{
background-color: #4DCA5E;
}
.BgClassName
{
background-color: #4DCA5E;
}
</style>
border-color css
<style>
span { border-color: #4DCA5E; }
span { border-color: rgb(77,202,94); }
td.TdClassName
{
border-color: #4DCA5E;
}
.TagClassName
{
border-color: #4DCA5E;
}
</style>