Shades of Emerald #5ECE75
Tints of Emerald #5ECE75
RGB
CMYK
RGB Variations
Color information
#5ECE75 (or 0x5ECE75) is known color: Emerald. HEX triplet: 5E, CE and 75. RGB value is (94,206,117). Sum of RGB (Red+Green+Blue) = 94+206+117=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECE75 is #A1318A. Grayscale: #A2A2A2. Windows color (decimal): -10563979 or 7720542. OLE color: 7720542.
HSL color Cylindrical-coordinate representation of color #5ECE75: hue angle of 132.32º 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 #5ECE75 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 117 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.19 |
| HSL | 132.32º | 0.53% | 0.59% | - |
| HSV(B) | 132.32º | 0.54% | 0.81% | - |
| XYZ | 29.9 | 47.81 | 24.48 | - |
| YUV | 162.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 117 | 0.54 | 0 | 0.43 | 0.19 | 132.32 | 0.53 | 0.59 |
| Hex | 5E | CE | 75 | 36 | 0 | 2B | 13 | 84 | 35 | 3B |
| Octal | 136 | 316 | 165 | 66 | 0 | 53 | 23 | 204 | 65 | 73 |
| Binary | 1011110 | 11001110 | 1110101 | 110110 | 0 | 101011 | 10011 | 10000100 | 110101 | 111011 |
Color Harmonies of #5ECE75
Complementary color
Monochromatic Colors of #5ECE75
Black with #5ECE75
Text Example
Text Example
White with #5ECE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECE75; }
p { color: rgb(94,206,117); }
H1.HeaderClassName
{
color: #5ECE75;
}
.AnyTagClassName
{
color: #5ECE75;
}
</style>
background-color css
<style>
a { background-color: #5ECE75; }
a { background-color: rgb(94,206,117); }
div.DivClassName
{
background-color: #5ECE75;
}
.BgClassName
{
background-color: #5ECE75;
}
</style>
border-color css
<style>
span { border-color: #5ECE75; }
span { border-color: rgb(94,206,117); }
td.TdClassName
{
border-color: #5ECE75;
}
.TagClassName
{
border-color: #5ECE75;
}
</style>