Shades of Emerald #5ECD74
Tints of Emerald #5ECD74
RGB
CMYK
RGB Variations
Color information
#5ECD74 (or 0x5ECD74) is known color: Emerald. HEX triplet: 5E, CD and 74. RGB value is (94,205,116). Sum of RGB (Red+Green+Blue) = 94+205+116=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECD74 is #A1328B. Grayscale: #A1A1A1. Windows color (decimal): -10564236 or 7654750. OLE color: 7654750.
HSL color Cylindrical-coordinate representation of color #5ECD74: hue angle of 131.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECD74 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 116 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.20 |
| HSL | 131.89º | 0.53% | 0.59% | - |
| HSV(B) | 131.89º | 0.54% | 0.8% | - |
| XYZ | 29.6 | 47.3 | 24.09 | - |
| YUV | 161.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 116 | 0.54 | 0 | 0.43 | 0.20 | 131.89 | 0.53 | 0.59 |
| Hex | 5E | CD | 74 | 36 | 0 | 2B | 14 | 84 | 35 | 3B |
| Octal | 136 | 315 | 164 | 66 | 0 | 53 | 24 | 204 | 65 | 73 |
| Binary | 1011110 | 11001101 | 1110100 | 110110 | 0 | 101011 | 10100 | 10000100 | 110101 | 111011 |
Color Harmonies of #5ECD74
Complementary color
Monochromatic Colors of #5ECD74
Black with #5ECD74
Text Example
Text Example
White with #5ECD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD74; }
p { color: rgb(94,205,116); }
H1.HeaderClassName
{
color: #5ECD74;
}
.AnyTagClassName
{
color: #5ECD74;
}
</style>
background-color css
<style>
a { background-color: #5ECD74; }
a { background-color: rgb(94,205,116); }
div.DivClassName
{
background-color: #5ECD74;
}
.BgClassName
{
background-color: #5ECD74;
}
</style>
border-color css
<style>
span { border-color: #5ECD74; }
span { border-color: rgb(94,205,116); }
td.TdClassName
{
border-color: #5ECD74;
}
.TagClassName
{
border-color: #5ECD74;
}
</style>