Shades of Emerald #5AD788
Tints of Emerald #5AD788
RGB
CMYK
RGB Variations
Color information
#5AD788 (or 0x5AD788) is known color: Emerald. HEX triplet: 5A, D7 and 88. RGB value is (90,215,136). Sum of RGB (Red+Green+Blue) = 90+215+136=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD788 is #A52877. Grayscale: #A8A8A8. Windows color (decimal): -10823800 or 8968026. OLE color: 8968026.
HSL color Cylindrical-coordinate representation of color #5AD788: hue angle of 142.08º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD788 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 136 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.16 |
| HSL | 142.08º | 0.61% | 0.6% | - |
| HSV(B) | 142.08º | 0.58% | 0.84% | - |
| XYZ | 32.96 | 52.55 | 31.7 | - |
| YUV | 168.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 136 | 0.58 | 0 | 0.37 | 0.16 | 142.08 | 0.61 | 0.6 |
| Hex | 5A | D7 | 88 | 3A | 0 | 25 | 10 | 8E | 3D | 3C |
| Octal | 132 | 327 | 210 | 72 | 0 | 45 | 20 | 216 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10001000 | 111010 | 0 | 100101 | 10000 | 10001110 | 111101 | 111100 |
Color Harmonies of #5AD788
Complementary color
Monochromatic Colors of #5AD788
Black with #5AD788
Text Example
Text Example
White with #5AD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD788; }
p { color: rgb(90,215,136); }
H1.HeaderClassName
{
color: #5AD788;
}
.AnyTagClassName
{
color: #5AD788;
}
</style>
background-color css
<style>
a { background-color: #5AD788; }
a { background-color: rgb(90,215,136); }
div.DivClassName
{
background-color: #5AD788;
}
.BgClassName
{
background-color: #5AD788;
}
</style>
border-color css
<style>
span { border-color: #5AD788; }
span { border-color: rgb(90,215,136); }
td.TdClassName
{
border-color: #5AD788;
}
.TagClassName
{
border-color: #5AD788;
}
</style>