Shades of Emerald #4EC985
Tints of Emerald #4EC985
RGB
CMYK
RGB Variations
Color information
#4EC985 (or 0x4EC985) is known color: Emerald. HEX triplet: 4E, C9 and 85. RGB value is (78,201,133). Sum of RGB (Red+Green+Blue) = 78+201+133=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC985 is #B1367A. Grayscale: #9C9C9C. Windows color (decimal): -11613819 or 8767822. OLE color: 8767822.
HSL color Cylindrical-coordinate representation of color #4EC985: hue angle of 146.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC985 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 133 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.21 |
| HSL | 146.83º | 0.53% | 0.55% | - |
| HSV(B) | 146.83º | 0.61% | 0.79% | - |
| XYZ | 28.26 | 45.09 | 29.4 | - |
| YUV | 156.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 133 | 0.61 | 0 | 0.34 | 0.21 | 146.83 | 0.53 | 0.55 |
| Hex | 4E | C9 | 85 | 3D | 0 | 22 | 15 | 93 | 35 | 37 |
| Octal | 116 | 311 | 205 | 75 | 0 | 42 | 25 | 223 | 65 | 67 |
| Binary | 1001110 | 11001001 | 10000101 | 111101 | 0 | 100010 | 10101 | 10010011 | 110101 | 110111 |
Color Harmonies of #4EC985
Complementary color
Monochromatic Colors of #4EC985
Black with #4EC985
Text Example
Text Example
White with #4EC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC985; }
p { color: rgb(78,201,133); }
H1.HeaderClassName
{
color: #4EC985;
}
.AnyTagClassName
{
color: #4EC985;
}
</style>
background-color css
<style>
a { background-color: #4EC985; }
a { background-color: rgb(78,201,133); }
div.DivClassName
{
background-color: #4EC985;
}
.BgClassName
{
background-color: #4EC985;
}
</style>
border-color css
<style>
span { border-color: #4EC985; }
span { border-color: rgb(78,201,133); }
td.TdClassName
{
border-color: #4EC985;
}
.TagClassName
{
border-color: #4EC985;
}
</style>