Shades of Emerald #5ED388
Tints of Emerald #5ED388
RGB
CMYK
RGB Variations
Color information
#5ED388 (or 0x5ED388) is known color: Emerald. HEX triplet: 5E, D3 and 88. RGB value is (94,211,136). Sum of RGB (Red+Green+Blue) = 94+211+136=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED388 is #A12C77. Grayscale: #A7A7A7. Windows color (decimal): -10562680 or 8967006. OLE color: 8967006.
HSL color Cylindrical-coordinate representation of color #5ED388: hue angle of 141.54º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED388 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 136 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.17 |
| HSL | 141.54º | 0.57% | 0.6% | - |
| HSV(B) | 141.54º | 0.55% | 0.83% | - |
| XYZ | 32.35 | 50.75 | 31.38 | - |
| YUV | 167.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 136 | 0.55 | 0 | 0.36 | 0.17 | 141.54 | 0.57 | 0.6 |
| Hex | 5E | D3 | 88 | 37 | 0 | 24 | 11 | 8E | 39 | 3C |
| Octal | 136 | 323 | 210 | 67 | 0 | 44 | 21 | 216 | 71 | 74 |
| Binary | 1011110 | 11010011 | 10001000 | 110111 | 0 | 100100 | 10001 | 10001110 | 111001 | 111100 |
Color Harmonies of #5ED388
Complementary color
Monochromatic Colors of #5ED388
Black with #5ED388
Text Example
Text Example
White with #5ED388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED388; }
p { color: rgb(94,211,136); }
H1.HeaderClassName
{
color: #5ED388;
}
.AnyTagClassName
{
color: #5ED388;
}
</style>
background-color css
<style>
a { background-color: #5ED388; }
a { background-color: rgb(94,211,136); }
div.DivClassName
{
background-color: #5ED388;
}
.BgClassName
{
background-color: #5ED388;
}
</style>
border-color css
<style>
span { border-color: #5ED388; }
span { border-color: rgb(94,211,136); }
td.TdClassName
{
border-color: #5ED388;
}
.TagClassName
{
border-color: #5ED388;
}
</style>