Shades of Emerald #5AD087
Tints of Emerald #5AD087
RGB
CMYK
RGB Variations
Color information
#5AD087 (or 0x5AD087) is known color: Emerald. HEX triplet: 5A, D0 and 87. RGB value is (90,208,135). Sum of RGB (Red+Green+Blue) = 90+208+135=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD087 is #A52F78. Grayscale: #A4A4A4. Windows color (decimal): -10825593 or 8900698. OLE color: 8900698.
HSL color Cylindrical-coordinate representation of color #5AD087: hue angle of 142.88º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD087 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 135 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.18 |
| HSL | 142.88º | 0.56% | 0.58% | - |
| HSV(B) | 142.88º | 0.57% | 0.82% | - |
| XYZ | 31.15 | 49.03 | 30.74 | - |
| YUV | 164.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 135 | 0.57 | 0 | 0.35 | 0.18 | 142.88 | 0.56 | 0.58 |
| Hex | 5A | D0 | 87 | 39 | 0 | 23 | 12 | 8F | 38 | 3A |
| Octal | 132 | 320 | 207 | 71 | 0 | 43 | 22 | 217 | 70 | 72 |
| Binary | 1011010 | 11010000 | 10000111 | 111001 | 0 | 100011 | 10010 | 10001111 | 111000 | 111010 |
Color Harmonies of #5AD087
Complementary color
Monochromatic Colors of #5AD087
Black with #5AD087
Text Example
Text Example
White with #5AD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD087; }
p { color: rgb(90,208,135); }
H1.HeaderClassName
{
color: #5AD087;
}
.AnyTagClassName
{
color: #5AD087;
}
</style>
background-color css
<style>
a { background-color: #5AD087; }
a { background-color: rgb(90,208,135); }
div.DivClassName
{
background-color: #5AD087;
}
.BgClassName
{
background-color: #5AD087;
}
</style>
border-color css
<style>
span { border-color: #5AD087; }
span { border-color: rgb(90,208,135); }
td.TdClassName
{
border-color: #5AD087;
}
.TagClassName
{
border-color: #5AD087;
}
</style>