Shades of Emerald #5ECE7A
Tints of Emerald #5ECE7A
RGB
CMYK
RGB Variations
Color information
#5ECE7A (or 0x5ECE7A) is known color: Emerald. HEX triplet: 5E, CE and 7A. RGB value is (94,206,122). Sum of RGB (Red+Green+Blue) = 94+206+122=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECE7A is #A13185. Grayscale: #A3A3A3. Windows color (decimal): -10563974 or 8048222. OLE color: 8048222.
HSL color Cylindrical-coordinate representation of color #5ECE7A: hue angle of 135º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECE7A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 122 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.19 |
| HSL | 135º | 0.53% | 0.59% | - |
| HSV(B) | 135º | 0.54% | 0.81% | - |
| XYZ | 30.2 | 47.93 | 26.07 | - |
| YUV | 162.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 122 | 0.54 | 0 | 0.41 | 0.19 | 135 | 0.53 | 0.59 |
| Hex | 5E | CE | 7A | 36 | 0 | 29 | 13 | 87 | 35 | 3B |
| Octal | 136 | 316 | 172 | 66 | 0 | 51 | 23 | 207 | 65 | 73 |
| Binary | 1011110 | 11001110 | 1111010 | 110110 | 0 | 101001 | 10011 | 10000111 | 110101 | 111011 |
Color Harmonies of #5ECE7A
Complementary color
Monochromatic Colors of #5ECE7A
Black with #5ECE7A
Text Example
Text Example
White with #5ECE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECE7A; }
p { color: rgb(94,206,122); }
H1.HeaderClassName
{
color: #5ECE7A;
}
.AnyTagClassName
{
color: #5ECE7A;
}
</style>
background-color css
<style>
a { background-color: #5ECE7A; }
a { background-color: rgb(94,206,122); }
div.DivClassName
{
background-color: #5ECE7A;
}
.BgClassName
{
background-color: #5ECE7A;
}
</style>
border-color css
<style>
span { border-color: #5ECE7A; }
span { border-color: rgb(94,206,122); }
td.TdClassName
{
border-color: #5ECE7A;
}
.TagClassName
{
border-color: #5ECE7A;
}
</style>