Shades of Emerald #5EDC8C
Tints of Emerald #5EDC8C
RGB
CMYK
RGB Variations
Color information
#5EDC8C (or 0x5EDC8C) is known color: Emerald. HEX triplet: 5E, DC and 8C. RGB value is (94,220,140). Sum of RGB (Red+Green+Blue) = 94+220+140=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDC8C is #A12373. Grayscale: #ADADAD. Windows color (decimal): -10560372 or 9231454. OLE color: 9231454.
HSL color Cylindrical-coordinate representation of color #5EDC8C: hue angle of 141.9º 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 #5EDC8C is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 140 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.14 |
| HSL | 141.9º | 0.64% | 0.62% | - |
| HSV(B) | 141.9º | 0.57% | 0.86% | - |
| XYZ | 34.94 | 55.46 | 33.67 | - |
| YUV | 173.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 140 | 0.57 | 0 | 0.36 | 0.14 | 141.9 | 0.64 | 0.62 |
| Hex | 5E | DC | 8C | 39 | 0 | 24 | E | 8E | 40 | 3E |
| Octal | 136 | 334 | 214 | 71 | 0 | 44 | 16 | 216 | 100 | 76 |
| Binary | 1011110 | 11011100 | 10001100 | 111001 | 0 | 100100 | 1110 | 10001110 | 1000000 | 111110 |
Color Harmonies of #5EDC8C
Complementary color
Monochromatic Colors of #5EDC8C
Black with #5EDC8C
Text Example
Text Example
White with #5EDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDC8C; }
p { color: rgb(94,220,140); }
H1.HeaderClassName
{
color: #5EDC8C;
}
.AnyTagClassName
{
color: #5EDC8C;
}
</style>
background-color css
<style>
a { background-color: #5EDC8C; }
a { background-color: rgb(94,220,140); }
div.DivClassName
{
background-color: #5EDC8C;
}
.BgClassName
{
background-color: #5EDC8C;
}
</style>
border-color css
<style>
span { border-color: #5EDC8C; }
span { border-color: rgb(94,220,140); }
td.TdClassName
{
border-color: #5EDC8C;
}
.TagClassName
{
border-color: #5EDC8C;
}
</style>