Shades of Emerald #5ED673
Tints of Emerald #5ED673
RGB
CMYK
RGB Variations
Color information
#5ED673 (or 0x5ED673) is known color: Emerald. HEX triplet: 5E, D6 and 73. RGB value is (94,214,115). Sum of RGB (Red+Green+Blue) = 94+214+115=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED673 is #A1298C. Grayscale: #A7A7A7. Windows color (decimal): -10561933 or 7591518. OLE color: 7591518.
HSL color Cylindrical-coordinate representation of color #5ED673: hue angle of 130.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED673 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 115 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.16 |
| HSL | 130.5º | 0.59% | 0.6% | - |
| HSV(B) | 130.5º | 0.56% | 0.84% | - |
| XYZ | 31.76 | 51.71 | 24.53 | - |
| YUV | 166.83 | 98.74 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 115 | 0.56 | 0 | 0.46 | 0.16 | 130.5 | 0.59 | 0.6 |
| Hex | 5E | D6 | 73 | 38 | 0 | 2E | 10 | 82 | 3B | 3C |
| Octal | 136 | 326 | 163 | 70 | 0 | 56 | 20 | 202 | 73 | 74 |
| Binary | 1011110 | 11010110 | 1110011 | 111000 | 0 | 101110 | 10000 | 10000010 | 111011 | 111100 |
Color Harmonies of #5ED673
Complementary color
Monochromatic Colors of #5ED673
Black with #5ED673
Text Example
Text Example
White with #5ED673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED673; }
p { color: rgb(94,214,115); }
H1.HeaderClassName
{
color: #5ED673;
}
.AnyTagClassName
{
color: #5ED673;
}
</style>
background-color css
<style>
a { background-color: #5ED673; }
a { background-color: rgb(94,214,115); }
div.DivClassName
{
background-color: #5ED673;
}
.BgClassName
{
background-color: #5ED673;
}
</style>
border-color css
<style>
span { border-color: #5ED673; }
span { border-color: rgb(94,214,115); }
td.TdClassName
{
border-color: #5ED673;
}
.TagClassName
{
border-color: #5ED673;
}
</style>