Shades of Emerald #5ED680
Tints of Emerald #5ED680
RGB
CMYK
RGB Variations
Color information
#5ED680 (or 0x5ED680) is known color: Emerald. HEX triplet: 5E, D6 and 80. RGB value is (94,214,128). Sum of RGB (Red+Green+Blue) = 94+214+128=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED680 is #A1297F. Grayscale: #A8A8A8. Windows color (decimal): -10561920 or 8443486. OLE color: 8443486.
HSL color Cylindrical-coordinate representation of color #5ED680: hue angle of 137º 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 #5ED680 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 128 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.16 |
| HSL | 137º | 0.59% | 0.6% | - |
| HSV(B) | 137º | 0.56% | 0.84% | - |
| XYZ | 32.56 | 52.03 | 28.75 | - |
| YUV | 168.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 128 | 0.56 | 0 | 0.40 | 0.16 | 137 | 0.59 | 0.6 |
| Hex | 5E | D6 | 80 | 38 | 0 | 28 | 10 | 89 | 3B | 3C |
| Octal | 136 | 326 | 200 | 70 | 0 | 50 | 20 | 211 | 73 | 74 |
| Binary | 1011110 | 11010110 | 10000000 | 111000 | 0 | 101000 | 10000 | 10001001 | 111011 | 111100 |
Color Harmonies of #5ED680
Complementary color
Monochromatic Colors of #5ED680
Black with #5ED680
Text Example
Text Example
White with #5ED680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED680; }
p { color: rgb(94,214,128); }
H1.HeaderClassName
{
color: #5ED680;
}
.AnyTagClassName
{
color: #5ED680;
}
</style>
background-color css
<style>
a { background-color: #5ED680; }
a { background-color: rgb(94,214,128); }
div.DivClassName
{
background-color: #5ED680;
}
.BgClassName
{
background-color: #5ED680;
}
</style>
border-color css
<style>
span { border-color: #5ED680; }
span { border-color: rgb(94,214,128); }
td.TdClassName
{
border-color: #5ED680;
}
.TagClassName
{
border-color: #5ED680;
}
</style>