Shades of Emerald #5EDC7B
Tints of Emerald #5EDC7B
RGB
CMYK
RGB Variations
Color information
#5EDC7B (or 0x5EDC7B) is known color: Emerald. HEX triplet: 5E, DC and 7B. RGB value is (94,220,123). Sum of RGB (Red+Green+Blue) = 94+220+123=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDC7B is #A12384. Grayscale: #ABABAB. Windows color (decimal): -10560389 or 8117342. OLE color: 8117342.
HSL color Cylindrical-coordinate representation of color #5EDC7B: hue angle of 133.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDC7B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 123 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.14 |
| HSL | 133.81º | 0.64% | 0.62% | - |
| HSV(B) | 133.81º | 0.57% | 0.86% | - |
| XYZ | 33.78 | 55 | 27.57 | - |
| YUV | 171.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 123 | 0.57 | 0 | 0.44 | 0.14 | 133.81 | 0.64 | 0.62 |
| Hex | 5E | DC | 7B | 39 | 0 | 2C | E | 86 | 40 | 3E |
| Octal | 136 | 334 | 173 | 71 | 0 | 54 | 16 | 206 | 100 | 76 |
| Binary | 1011110 | 11011100 | 1111011 | 111001 | 0 | 101100 | 1110 | 10000110 | 1000000 | 111110 |
Color Harmonies of #5EDC7B
Complementary color
Monochromatic Colors of #5EDC7B
Black with #5EDC7B
Text Example
Text Example
White with #5EDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDC7B; }
p { color: rgb(94,220,123); }
H1.HeaderClassName
{
color: #5EDC7B;
}
.AnyTagClassName
{
color: #5EDC7B;
}
</style>
background-color css
<style>
a { background-color: #5EDC7B; }
a { background-color: rgb(94,220,123); }
div.DivClassName
{
background-color: #5EDC7B;
}
.BgClassName
{
background-color: #5EDC7B;
}
</style>
border-color css
<style>
span { border-color: #5EDC7B; }
span { border-color: rgb(94,220,123); }
td.TdClassName
{
border-color: #5EDC7B;
}
.TagClassName
{
border-color: #5EDC7B;
}
</style>