Shades of Emerald #4DCA8E
Tints of Emerald #4DCA8E
RGB
CMYK
RGB Variations
Color information
#4DCA8E (or 0x4DCA8E) is known color: Emerald. HEX triplet: 4D, CA and 8E. RGB value is (77,202,142). Sum of RGB (Red+Green+Blue) = 77+202+142=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCA8E is #B23571. Grayscale: #9D9D9D. Windows color (decimal): -11679090 or 9357901. OLE color: 9357901.
HSL color Cylindrical-coordinate representation of color #4DCA8E: hue angle of 151.2º 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 #4DCA8E is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 142 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.21 |
| HSL | 151.2º | 0.54% | 0.55% | - |
| HSV(B) | 151.2º | 0.62% | 0.79% | - |
| XYZ | 29.06 | 45.77 | 32.89 | - |
| YUV | 157.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 142 | 0.62 | 0 | 0.30 | 0.21 | 151.2 | 0.54 | 0.55 |
| Hex | 4D | CA | 8E | 3E | 0 | 1E | 15 | 97 | 36 | 37 |
| Octal | 115 | 312 | 216 | 76 | 0 | 36 | 25 | 227 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10001110 | 111110 | 0 | 11110 | 10101 | 10010111 | 110110 | 110111 |
Color Harmonies of #4DCA8E
Complementary color
Monochromatic Colors of #4DCA8E
Black with #4DCA8E
Text Example
Text Example
White with #4DCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA8E; }
p { color: rgb(77,202,142); }
H1.HeaderClassName
{
color: #4DCA8E;
}
.AnyTagClassName
{
color: #4DCA8E;
}
</style>
background-color css
<style>
a { background-color: #4DCA8E; }
a { background-color: rgb(77,202,142); }
div.DivClassName
{
background-color: #4DCA8E;
}
.BgClassName
{
background-color: #4DCA8E;
}
</style>
border-color css
<style>
span { border-color: #4DCA8E; }
span { border-color: rgb(77,202,142); }
td.TdClassName
{
border-color: #4DCA8E;
}
.TagClassName
{
border-color: #4DCA8E;
}
</style>