Shades of Emerald #5ED97D
Tints of Emerald #5ED97D
RGB
CMYK
RGB Variations
Color information
#5ED97D (or 0x5ED97D) is known color: Emerald. HEX triplet: 5E, D9 and 7D. RGB value is (94,217,125). Sum of RGB (Red+Green+Blue) = 94+217+125=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED97D is #A12682. Grayscale: #A9A9A9. Windows color (decimal): -10561155 or 8247646. OLE color: 8247646.
HSL color Cylindrical-coordinate representation of color #5ED97D: hue angle of 135.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED97D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 217 | 125 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.15 |
| HSL | 135.12º | 0.62% | 0.61% | - |
| HSV(B) | 135.12º | 0.57% | 0.85% | - |
| XYZ | 33.13 | 53.49 | 27.98 | - |
| YUV | 169.74 | 102.75 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 217 | 125 | 0.57 | 0 | 0.42 | 0.15 | 135.12 | 0.62 | 0.61 |
| Hex | 5E | D9 | 7D | 39 | 0 | 2A | F | 87 | 3E | 3D |
| Octal | 136 | 331 | 175 | 71 | 0 | 52 | 17 | 207 | 76 | 75 |
| Binary | 1011110 | 11011001 | 1111101 | 111001 | 0 | 101010 | 1111 | 10000111 | 111110 | 111101 |
Color Harmonies of #5ED97D
Complementary color
Monochromatic Colors of #5ED97D
Black with #5ED97D
Text Example
Text Example
White with #5ED97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED97D; }
p { color: rgb(94,217,125); }
H1.HeaderClassName
{
color: #5ED97D;
}
.AnyTagClassName
{
color: #5ED97D;
}
</style>
background-color css
<style>
a { background-color: #5ED97D; }
a { background-color: rgb(94,217,125); }
div.DivClassName
{
background-color: #5ED97D;
}
.BgClassName
{
background-color: #5ED97D;
}
</style>
border-color css
<style>
span { border-color: #5ED97D; }
span { border-color: rgb(94,217,125); }
td.TdClassName
{
border-color: #5ED97D;
}
.TagClassName
{
border-color: #5ED97D;
}
</style>