Shades of Emerald #5ECD7F
Tints of Emerald #5ECD7F
RGB
CMYK
RGB Variations
Color information
#5ECD7F (or 0x5ECD7F) is known color: Emerald. HEX triplet: 5E, CD and 7F. RGB value is (94,205,127). Sum of RGB (Red+Green+Blue) = 94+205+127=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECD7F is #A13280. Grayscale: #A3A3A3. Windows color (decimal): -10564225 or 8375646. OLE color: 8375646.
HSL color Cylindrical-coordinate representation of color #5ECD7F: hue angle of 137.84º 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 #5ECD7F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 127 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.20 |
| HSL | 137.84º | 0.53% | 0.59% | - |
| HSV(B) | 137.84º | 0.54% | 0.8% | - |
| XYZ | 30.28 | 47.57 | 27.67 | - |
| YUV | 162.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 127 | 0.54 | 0 | 0.38 | 0.20 | 137.84 | 0.53 | 0.59 |
| Hex | 5E | CD | 7F | 36 | 0 | 26 | 14 | 8A | 35 | 3B |
| Octal | 136 | 315 | 177 | 66 | 0 | 46 | 24 | 212 | 65 | 73 |
| Binary | 1011110 | 11001101 | 1111111 | 110110 | 0 | 100110 | 10100 | 10001010 | 110101 | 111011 |
Color Harmonies of #5ECD7F
Complementary color
Monochromatic Colors of #5ECD7F
Black with #5ECD7F
Text Example
Text Example
White with #5ECD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD7F; }
p { color: rgb(94,205,127); }
H1.HeaderClassName
{
color: #5ECD7F;
}
.AnyTagClassName
{
color: #5ECD7F;
}
</style>
background-color css
<style>
a { background-color: #5ECD7F; }
a { background-color: rgb(94,205,127); }
div.DivClassName
{
background-color: #5ECD7F;
}
.BgClassName
{
background-color: #5ECD7F;
}
</style>
border-color css
<style>
span { border-color: #5ECD7F; }
span { border-color: rgb(94,205,127); }
td.TdClassName
{
border-color: #5ECD7F;
}
.TagClassName
{
border-color: #5ECD7F;
}
</style>