Shades of Emerald #5ED670
Tints of Emerald #5ED670
RGB
CMYK
RGB Variations
Color information
#5ED670 (or 0x5ED670) is known color: Emerald. HEX triplet: 5E, D6 and 70. RGB value is (94,214,112). Sum of RGB (Red+Green+Blue) = 94+214+112=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED670 is #A1298F. Grayscale: #A6A6A6. Windows color (decimal): -10561936 or 7394910. OLE color: 7394910.
HSL color Cylindrical-coordinate representation of color #5ED670: hue angle of 129º 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 #5ED670 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 112 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.16 |
| HSL | 129º | 0.59% | 0.6% | - |
| HSV(B) | 129º | 0.56% | 0.84% | - |
| XYZ | 31.59 | 51.64 | 23.63 | - |
| YUV | 166.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 112 | 0.56 | 0 | 0.48 | 0.16 | 129 | 0.59 | 0.6 |
| Hex | 5E | D6 | 70 | 38 | 0 | 30 | 10 | 81 | 3B | 3C |
| Octal | 136 | 326 | 160 | 70 | 0 | 60 | 20 | 201 | 73 | 74 |
| Binary | 1011110 | 11010110 | 1110000 | 111000 | 0 | 110000 | 10000 | 10000001 | 111011 | 111100 |
Color Harmonies of #5ED670
Complementary color
Monochromatic Colors of #5ED670
Black with #5ED670
Text Example
Text Example
White with #5ED670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED670; }
p { color: rgb(94,214,112); }
H1.HeaderClassName
{
color: #5ED670;
}
.AnyTagClassName
{
color: #5ED670;
}
</style>
background-color css
<style>
a { background-color: #5ED670; }
a { background-color: rgb(94,214,112); }
div.DivClassName
{
background-color: #5ED670;
}
.BgClassName
{
background-color: #5ED670;
}
</style>
border-color css
<style>
span { border-color: #5ED670; }
span { border-color: rgb(94,214,112); }
td.TdClassName
{
border-color: #5ED670;
}
.TagClassName
{
border-color: #5ED670;
}
</style>