Shades of Emerald #5EC27A
Tints of Emerald #5EC27A
RGB
CMYK
RGB Variations
Color information
#5EC27A (or 0x5EC27A) is known color: Emerald. HEX triplet: 5E, C2 and 7A. RGB value is (94,194,122). Sum of RGB (Red+Green+Blue) = 94+194+122=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC27A is #A13D85. Grayscale: #9C9C9C. Windows color (decimal): -10567046 or 8045150. OLE color: 8045150.
HSL color Cylindrical-coordinate representation of color #5EC27A: hue angle of 136.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC27A is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 122 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.24 |
| HSL | 136.8º | 0.45% | 0.56% | - |
| HSV(B) | 136.8º | 0.52% | 0.76% | - |
| XYZ | 27.42 | 42.37 | 25.15 | - |
| YUV | 155.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 122 | 0.52 | 0 | 0.37 | 0.24 | 136.8 | 0.45 | 0.56 |
| Hex | 5E | C2 | 7A | 34 | 0 | 25 | 18 | 89 | 2D | 38 |
| Octal | 136 | 302 | 172 | 64 | 0 | 45 | 30 | 211 | 55 | 70 |
| Binary | 1011110 | 11000010 | 1111010 | 110100 | 0 | 100101 | 11000 | 10001001 | 101101 | 111000 |
Color Harmonies of #5EC27A
Complementary color
Monochromatic Colors of #5EC27A
Black with #5EC27A
Text Example
Text Example
White with #5EC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC27A; }
p { color: rgb(94,194,122); }
H1.HeaderClassName
{
color: #5EC27A;
}
.AnyTagClassName
{
color: #5EC27A;
}
</style>
background-color css
<style>
a { background-color: #5EC27A; }
a { background-color: rgb(94,194,122); }
div.DivClassName
{
background-color: #5EC27A;
}
.BgClassName
{
background-color: #5EC27A;
}
</style>
border-color css
<style>
span { border-color: #5EC27A; }
span { border-color: rgb(94,194,122); }
td.TdClassName
{
border-color: #5EC27A;
}
.TagClassName
{
border-color: #5EC27A;
}
</style>