Shades of Emerald #5AD97D
Tints of Emerald #5AD97D
RGB
CMYK
RGB Variations
Color information
#5AD97D (or 0x5AD97D) is known color: Emerald. HEX triplet: 5A, D9 and 7D. RGB value is (90,217,125). Sum of RGB (Red+Green+Blue) = 90+217+125=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD97D is #A52682. Grayscale: #A8A8A8. Windows color (decimal): -10823299 or 8247642. OLE color: 8247642.
HSL color Cylindrical-coordinate representation of color #5AD97D: hue angle of 136.54º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD97D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 125 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.15 |
| HSL | 136.54º | 0.63% | 0.6% | - |
| HSV(B) | 136.54º | 0.59% | 0.85% | - |
| XYZ | 32.73 | 53.28 | 27.96 | - |
| YUV | 168.54 | 103.42 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 125 | 0.59 | 0 | 0.42 | 0.15 | 136.54 | 0.63 | 0.6 |
| Hex | 5A | D9 | 7D | 3B | 0 | 2A | F | 89 | 3F | 3C |
| Octal | 132 | 331 | 175 | 73 | 0 | 52 | 17 | 211 | 77 | 74 |
| Binary | 1011010 | 11011001 | 1111101 | 111011 | 0 | 101010 | 1111 | 10001001 | 111111 | 111100 |
Color Harmonies of #5AD97D
Complementary color
Monochromatic Colors of #5AD97D
Black with #5AD97D
Text Example
Text Example
White with #5AD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD97D; }
p { color: rgb(90,217,125); }
H1.HeaderClassName
{
color: #5AD97D;
}
.AnyTagClassName
{
color: #5AD97D;
}
</style>
background-color css
<style>
a { background-color: #5AD97D; }
a { background-color: rgb(90,217,125); }
div.DivClassName
{
background-color: #5AD97D;
}
.BgClassName
{
background-color: #5AD97D;
}
</style>
border-color css
<style>
span { border-color: #5AD97D; }
span { border-color: rgb(90,217,125); }
td.TdClassName
{
border-color: #5AD97D;
}
.TagClassName
{
border-color: #5AD97D;
}
</style>