Shades of Emerald #5ECA84
Tints of Emerald #5ECA84
RGB
CMYK
RGB Variations
Color information
#5ECA84 (or 0x5ECA84) is known color: Emerald. HEX triplet: 5E, CA and 84. RGB value is (94,202,132). Sum of RGB (Red+Green+Blue) = 94+202+132=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECA84 is #A1357B. Grayscale: #A1A1A1. Windows color (decimal): -10564988 or 8702558. OLE color: 8702558.
HSL color Cylindrical-coordinate representation of color #5ECA84: hue angle of 141.11º 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 #5ECA84 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 132 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.21 |
| HSL | 141.11º | 0.5% | 0.58% | - |
| HSV(B) | 141.11º | 0.53% | 0.79% | - |
| XYZ | 29.9 | 46.29 | 29.19 | - |
| YUV | 161.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 132 | 0.53 | 0 | 0.35 | 0.21 | 141.11 | 0.5 | 0.58 |
| Hex | 5E | CA | 84 | 35 | 0 | 23 | 15 | 8D | 32 | 3A |
| Octal | 136 | 312 | 204 | 65 | 0 | 43 | 25 | 215 | 62 | 72 |
| Binary | 1011110 | 11001010 | 10000100 | 110101 | 0 | 100011 | 10101 | 10001101 | 110010 | 111010 |
Color Harmonies of #5ECA84
Complementary color
Monochromatic Colors of #5ECA84
Black with #5ECA84
Text Example
Text Example
White with #5ECA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECA84; }
p { color: rgb(94,202,132); }
H1.HeaderClassName
{
color: #5ECA84;
}
.AnyTagClassName
{
color: #5ECA84;
}
</style>
background-color css
<style>
a { background-color: #5ECA84; }
a { background-color: rgb(94,202,132); }
div.DivClassName
{
background-color: #5ECA84;
}
.BgClassName
{
background-color: #5ECA84;
}
</style>
border-color css
<style>
span { border-color: #5ECA84; }
span { border-color: rgb(94,202,132); }
td.TdClassName
{
border-color: #5ECA84;
}
.TagClassName
{
border-color: #5ECA84;
}
</style>