Shades of Emerald #5ECD76
Tints of Emerald #5ECD76
RGB
CMYK
RGB Variations
Color information
#5ECD76 (or 0x5ECD76) is known color: Emerald. HEX triplet: 5E, CD and 76. RGB value is (94,205,118). Sum of RGB (Red+Green+Blue) = 94+205+118=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECD76 is #A13289. Grayscale: #A2A2A2. Windows color (decimal): -10564234 or 7785822. OLE color: 7785822.
HSL color Cylindrical-coordinate representation of color #5ECD76: hue angle of 132.97º 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 #5ECD76 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 118 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.20 |
| HSL | 132.97º | 0.53% | 0.59% | - |
| HSV(B) | 132.97º | 0.54% | 0.8% | - |
| XYZ | 29.72 | 47.35 | 24.71 | - |
| YUV | 161.89 | 103.23 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 118 | 0.54 | 0 | 0.42 | 0.20 | 132.97 | 0.53 | 0.59 |
| Hex | 5E | CD | 76 | 36 | 0 | 2A | 14 | 85 | 35 | 3B |
| Octal | 136 | 315 | 166 | 66 | 0 | 52 | 24 | 205 | 65 | 73 |
| Binary | 1011110 | 11001101 | 1110110 | 110110 | 0 | 101010 | 10100 | 10000101 | 110101 | 111011 |
Color Harmonies of #5ECD76
Complementary color
Monochromatic Colors of #5ECD76
Black with #5ECD76
Text Example
Text Example
White with #5ECD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD76; }
p { color: rgb(94,205,118); }
H1.HeaderClassName
{
color: #5ECD76;
}
.AnyTagClassName
{
color: #5ECD76;
}
</style>
background-color css
<style>
a { background-color: #5ECD76; }
a { background-color: rgb(94,205,118); }
div.DivClassName
{
background-color: #5ECD76;
}
.BgClassName
{
background-color: #5ECD76;
}
</style>
border-color css
<style>
span { border-color: #5ECD76; }
span { border-color: rgb(94,205,118); }
td.TdClassName
{
border-color: #5ECD76;
}
.TagClassName
{
border-color: #5ECD76;
}
</style>