Shades of Emerald #5AD87D
Tints of Emerald #5AD87D
RGB
CMYK
RGB Variations
Color information
#5AD87D (or 0x5AD87D) is known color: Emerald. HEX triplet: 5A, D8 and 7D. RGB value is (90,216,125). Sum of RGB (Red+Green+Blue) = 90+216+125=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD87D is #A52782. Grayscale: #A8A8A8. Windows color (decimal): -10823555 or 8247386. OLE color: 8247386.
HSL color Cylindrical-coordinate representation of color #5AD87D: hue angle of 136.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD87D is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 125 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.15 |
| HSL | 136.67º | 0.62% | 0.6% | - |
| HSV(B) | 136.67º | 0.58% | 0.85% | - |
| XYZ | 32.47 | 52.77 | 27.88 | - |
| YUV | 167.95 | 103.76 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 125 | 0.58 | 0 | 0.42 | 0.15 | 136.67 | 0.62 | 0.6 |
| Hex | 5A | D8 | 7D | 3A | 0 | 2A | F | 89 | 3E | 3C |
| Octal | 132 | 330 | 175 | 72 | 0 | 52 | 17 | 211 | 76 | 74 |
| Binary | 1011010 | 11011000 | 1111101 | 111010 | 0 | 101010 | 1111 | 10001001 | 111110 | 111100 |
Color Harmonies of #5AD87D
Complementary color
Monochromatic Colors of #5AD87D
Black with #5AD87D
Text Example
Text Example
White with #5AD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD87D; }
p { color: rgb(90,216,125); }
H1.HeaderClassName
{
color: #5AD87D;
}
.AnyTagClassName
{
color: #5AD87D;
}
</style>
background-color css
<style>
a { background-color: #5AD87D; }
a { background-color: rgb(90,216,125); }
div.DivClassName
{
background-color: #5AD87D;
}
.BgClassName
{
background-color: #5AD87D;
}
</style>
border-color css
<style>
span { border-color: #5AD87D; }
span { border-color: rgb(90,216,125); }
td.TdClassName
{
border-color: #5AD87D;
}
.TagClassName
{
border-color: #5AD87D;
}
</style>