Shades of Emerald #4ECB85
Tints of Emerald #4ECB85
RGB
CMYK
RGB Variations
Color information
#4ECB85 (or 0x4ECB85) is known color: Emerald. HEX triplet: 4E, CB and 85. RGB value is (78,203,133). Sum of RGB (Red+Green+Blue) = 78+203+133=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECB85 is #B1347A. Grayscale: #9D9D9D. Windows color (decimal): -11613307 or 8768334. OLE color: 8768334.
HSL color Cylindrical-coordinate representation of color #4ECB85: hue angle of 146.4º degrees, saturation: 0.55, 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 #4ECB85 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 133 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.20 |
| HSL | 146.4º | 0.55% | 0.55% | - |
| HSV(B) | 146.4º | 0.62% | 0.8% | - |
| XYZ | 28.73 | 46.03 | 29.56 | - |
| YUV | 157.65 | 114.09 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 133 | 0.62 | 0 | 0.34 | 0.20 | 146.4 | 0.55 | 0.55 |
| Hex | 4E | CB | 85 | 3E | 0 | 22 | 14 | 92 | 37 | 37 |
| Octal | 116 | 313 | 205 | 76 | 0 | 42 | 24 | 222 | 67 | 67 |
| Binary | 1001110 | 11001011 | 10000101 | 111110 | 0 | 100010 | 10100 | 10010010 | 110111 | 110111 |
Color Harmonies of #4ECB85
Complementary color
Monochromatic Colors of #4ECB85
Black with #4ECB85
Text Example
Text Example
White with #4ECB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECB85; }
p { color: rgb(78,203,133); }
H1.HeaderClassName
{
color: #4ECB85;
}
.AnyTagClassName
{
color: #4ECB85;
}
</style>
background-color css
<style>
a { background-color: #4ECB85; }
a { background-color: rgb(78,203,133); }
div.DivClassName
{
background-color: #4ECB85;
}
.BgClassName
{
background-color: #4ECB85;
}
</style>
border-color css
<style>
span { border-color: #4ECB85; }
span { border-color: rgb(78,203,133); }
td.TdClassName
{
border-color: #4ECB85;
}
.TagClassName
{
border-color: #4ECB85;
}
</style>