Shades of Emerald #5ECA7A
Tints of Emerald #5ECA7A
RGB
CMYK
RGB Variations
Color information
#5ECA7A (or 0x5ECA7A) is known color: Emerald. HEX triplet: 5E, CA and 7A. RGB value is (94,202,122). Sum of RGB (Red+Green+Blue) = 94+202+122=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECA7A is #A13585. Grayscale: #A0A0A0. Windows color (decimal): -10564998 or 8047198. OLE color: 8047198.
HSL color Cylindrical-coordinate representation of color #5ECA7A: hue angle of 135.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECA7A is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 122 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.21 |
| HSL | 135.56º | 0.5% | 0.58% | - |
| HSV(B) | 135.56º | 0.53% | 0.79% | - |
| XYZ | 29.25 | 46.03 | 25.75 | - |
| YUV | 160.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 122 | 0.53 | 0 | 0.40 | 0.21 | 135.56 | 0.5 | 0.58 |
| Hex | 5E | CA | 7A | 35 | 0 | 28 | 15 | 88 | 32 | 3A |
| Octal | 136 | 312 | 172 | 65 | 0 | 50 | 25 | 210 | 62 | 72 |
| Binary | 1011110 | 11001010 | 1111010 | 110101 | 0 | 101000 | 10101 | 10001000 | 110010 | 111010 |
Color Harmonies of #5ECA7A
Complementary color
Monochromatic Colors of #5ECA7A
Black with #5ECA7A
Text Example
Text Example
White with #5ECA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECA7A; }
p { color: rgb(94,202,122); }
H1.HeaderClassName
{
color: #5ECA7A;
}
.AnyTagClassName
{
color: #5ECA7A;
}
</style>
background-color css
<style>
a { background-color: #5ECA7A; }
a { background-color: rgb(94,202,122); }
div.DivClassName
{
background-color: #5ECA7A;
}
.BgClassName
{
background-color: #5ECA7A;
}
</style>
border-color css
<style>
span { border-color: #5ECA7A; }
span { border-color: rgb(94,202,122); }
td.TdClassName
{
border-color: #5ECA7A;
}
.TagClassName
{
border-color: #5ECA7A;
}
</style>