Shades of Emerald #4ED385
Tints of Emerald #4ED385
RGB
CMYK
RGB Variations
Color information
#4ED385 (or 0x4ED385) is known color: Emerald. HEX triplet: 4E, D3 and 85. RGB value is (78,211,133). Sum of RGB (Red+Green+Blue) = 78+211+133=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED385 is #B12C7A. Grayscale: #A2A2A2. Windows color (decimal): -11611259 or 8770382. OLE color: 8770382.
HSL color Cylindrical-coordinate representation of color #4ED385: hue angle of 144.81º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED385 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 211 | 133 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.17 |
| HSL | 144.81º | 0.6% | 0.57% | - |
| HSV(B) | 144.81º | 0.63% | 0.83% | - |
| XYZ | 30.67 | 49.9 | 30.21 | - |
| YUV | 162.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 133 | 0.63 | 0 | 0.37 | 0.17 | 144.81 | 0.6 | 0.57 |
| Hex | 4E | D3 | 85 | 3F | 0 | 25 | 11 | 91 | 3C | 39 |
| Octal | 116 | 323 | 205 | 77 | 0 | 45 | 21 | 221 | 74 | 71 |
| Binary | 1001110 | 11010011 | 10000101 | 111111 | 0 | 100101 | 10001 | 10010001 | 111100 | 111001 |
Color Harmonies of #4ED385
Complementary color
Monochromatic Colors of #4ED385
Black with #4ED385
Text Example
Text Example
White with #4ED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED385; }
p { color: rgb(78,211,133); }
H1.HeaderClassName
{
color: #4ED385;
}
.AnyTagClassName
{
color: #4ED385;
}
</style>
background-color css
<style>
a { background-color: #4ED385; }
a { background-color: rgb(78,211,133); }
div.DivClassName
{
background-color: #4ED385;
}
.BgClassName
{
background-color: #4ED385;
}
</style>
border-color css
<style>
span { border-color: #4ED385; }
span { border-color: rgb(78,211,133); }
td.TdClassName
{
border-color: #4ED385;
}
.TagClassName
{
border-color: #4ED385;
}
</style>