Shades of Emerald #5AD37D
Tints of Emerald #5AD37D
RGB
CMYK
RGB Variations
Color information
#5AD37D (or 0x5AD37D) is known color: Emerald. HEX triplet: 5A, D3 and 7D. RGB value is (90,211,125). Sum of RGB (Red+Green+Blue) = 90+211+125=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD37D is #A52C82. Grayscale: #A5A5A5. Windows color (decimal): -10824835 or 8246106. OLE color: 8246106.
HSL color Cylindrical-coordinate representation of color #5AD37D: hue angle of 137.36º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD37D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 125 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.17 |
| HSL | 137.36º | 0.58% | 0.59% | - |
| HSV(B) | 137.36º | 0.57% | 0.83% | - |
| XYZ | 31.21 | 50.24 | 27.45 | - |
| YUV | 165.02 | 105.41 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 125 | 0.57 | 0 | 0.41 | 0.17 | 137.36 | 0.58 | 0.59 |
| Hex | 5A | D3 | 7D | 39 | 0 | 29 | 11 | 89 | 3A | 3B |
| Octal | 132 | 323 | 175 | 71 | 0 | 51 | 21 | 211 | 72 | 73 |
| Binary | 1011010 | 11010011 | 1111101 | 111001 | 0 | 101001 | 10001 | 10001001 | 111010 | 111011 |
Color Harmonies of #5AD37D
Complementary color
Monochromatic Colors of #5AD37D
Black with #5AD37D
Text Example
Text Example
White with #5AD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD37D; }
p { color: rgb(90,211,125); }
H1.HeaderClassName
{
color: #5AD37D;
}
.AnyTagClassName
{
color: #5AD37D;
}
</style>
background-color css
<style>
a { background-color: #5AD37D; }
a { background-color: rgb(90,211,125); }
div.DivClassName
{
background-color: #5AD37D;
}
.BgClassName
{
background-color: #5AD37D;
}
</style>
border-color css
<style>
span { border-color: #5AD37D; }
span { border-color: rgb(90,211,125); }
td.TdClassName
{
border-color: #5AD37D;
}
.TagClassName
{
border-color: #5AD37D;
}
</style>