Shades of Emerald #4ECD85
Tints of Emerald #4ECD85
RGB
CMYK
RGB Variations
Color information
#4ECD85 (or 0x4ECD85) is known color: Emerald. HEX triplet: 4E, CD and 85. RGB value is (78,205,133). Sum of RGB (Red+Green+Blue) = 78+205+133=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECD85 is #B1327A. Grayscale: #9E9E9E. Windows color (decimal): -11612795 or 8768846. OLE color: 8768846.
HSL color Cylindrical-coordinate representation of color #4ECD85: hue angle of 145.98º degrees, saturation: 0.56, 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 #4ECD85 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 133 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.20 |
| HSL | 145.98º | 0.56% | 0.55% | - |
| HSV(B) | 145.98º | 0.62% | 0.8% | - |
| XYZ | 29.21 | 46.98 | 29.72 | - |
| YUV | 158.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 133 | 0.62 | 0 | 0.35 | 0.20 | 145.98 | 0.56 | 0.55 |
| Hex | 4E | CD | 85 | 3E | 0 | 23 | 14 | 92 | 38 | 37 |
| Octal | 116 | 315 | 205 | 76 | 0 | 43 | 24 | 222 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10000101 | 111110 | 0 | 100011 | 10100 | 10010010 | 111000 | 110111 |
Color Harmonies of #4ECD85
Complementary color
Monochromatic Colors of #4ECD85
Black with #4ECD85
Text Example
Text Example
White with #4ECD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECD85; }
p { color: rgb(78,205,133); }
H1.HeaderClassName
{
color: #4ECD85;
}
.AnyTagClassName
{
color: #4ECD85;
}
</style>
background-color css
<style>
a { background-color: #4ECD85; }
a { background-color: rgb(78,205,133); }
div.DivClassName
{
background-color: #4ECD85;
}
.BgClassName
{
background-color: #4ECD85;
}
</style>
border-color css
<style>
span { border-color: #4ECD85; }
span { border-color: rgb(78,205,133); }
td.TdClassName
{
border-color: #4ECD85;
}
.TagClassName
{
border-color: #4ECD85;
}
</style>