Shades of Emerald #5ECB7A
Tints of Emerald #5ECB7A
RGB
CMYK
RGB Variations
Color information
#5ECB7A (or 0x5ECB7A) is known color: Emerald. HEX triplet: 5E, CB and 7A. RGB value is (94,203,122). Sum of RGB (Red+Green+Blue) = 94+203+122=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB7A is #A13485. Grayscale: #A1A1A1. Windows color (decimal): -10564742 or 8047454. OLE color: 8047454.
HSL color Cylindrical-coordinate representation of color #5ECB7A: hue angle of 135.41º 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 #5ECB7A is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 122 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.20 |
| HSL | 135.41º | 0.51% | 0.58% | - |
| HSV(B) | 135.41º | 0.54% | 0.8% | - |
| XYZ | 29.48 | 46.5 | 25.83 | - |
| YUV | 161.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 122 | 0.54 | 0 | 0.40 | 0.20 | 135.41 | 0.51 | 0.58 |
| Hex | 5E | CB | 7A | 36 | 0 | 28 | 14 | 87 | 33 | 3A |
| Octal | 136 | 313 | 172 | 66 | 0 | 50 | 24 | 207 | 63 | 72 |
| Binary | 1011110 | 11001011 | 1111010 | 110110 | 0 | 101000 | 10100 | 10000111 | 110011 | 111010 |
Color Harmonies of #5ECB7A
Complementary color
Monochromatic Colors of #5ECB7A
Black with #5ECB7A
Text Example
Text Example
White with #5ECB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB7A; }
p { color: rgb(94,203,122); }
H1.HeaderClassName
{
color: #5ECB7A;
}
.AnyTagClassName
{
color: #5ECB7A;
}
</style>
background-color css
<style>
a { background-color: #5ECB7A; }
a { background-color: rgb(94,203,122); }
div.DivClassName
{
background-color: #5ECB7A;
}
.BgClassName
{
background-color: #5ECB7A;
}
</style>
border-color css
<style>
span { border-color: #5ECB7A; }
span { border-color: rgb(94,203,122); }
td.TdClassName
{
border-color: #5ECB7A;
}
.TagClassName
{
border-color: #5ECB7A;
}
</style>