Shades of Emerald #5ECB7F
Tints of Emerald #5ECB7F
RGB
CMYK
RGB Variations
Color information
#5ECB7F (or 0x5ECB7F) is known color: Emerald. HEX triplet: 5E, CB and 7F. RGB value is (94,203,127). Sum of RGB (Red+Green+Blue) = 94+203+127=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB7F is #A13480. Grayscale: #A1A1A1. Windows color (decimal): -10564737 or 8375134. OLE color: 8375134.
HSL color Cylindrical-coordinate representation of color #5ECB7F: hue angle of 138.17º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB7F is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 127 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.20 |
| HSL | 138.17º | 0.51% | 0.58% | - |
| HSV(B) | 138.17º | 0.54% | 0.8% | - |
| XYZ | 29.8 | 46.62 | 27.51 | - |
| YUV | 161.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 127 | 0.54 | 0 | 0.37 | 0.20 | 138.17 | 0.51 | 0.58 |
| Hex | 5E | CB | 7F | 36 | 0 | 25 | 14 | 8A | 33 | 3A |
| Octal | 136 | 313 | 177 | 66 | 0 | 45 | 24 | 212 | 63 | 72 |
| Binary | 1011110 | 11001011 | 1111111 | 110110 | 0 | 100101 | 10100 | 10001010 | 110011 | 111010 |
Color Harmonies of #5ECB7F
Complementary color
Monochromatic Colors of #5ECB7F
Black with #5ECB7F
Text Example
Text Example
White with #5ECB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB7F; }
p { color: rgb(94,203,127); }
H1.HeaderClassName
{
color: #5ECB7F;
}
.AnyTagClassName
{
color: #5ECB7F;
}
</style>
background-color css
<style>
a { background-color: #5ECB7F; }
a { background-color: rgb(94,203,127); }
div.DivClassName
{
background-color: #5ECB7F;
}
.BgClassName
{
background-color: #5ECB7F;
}
</style>
border-color css
<style>
span { border-color: #5ECB7F; }
span { border-color: rgb(94,203,127); }
td.TdClassName
{
border-color: #5ECB7F;
}
.TagClassName
{
border-color: #5ECB7F;
}
</style>