Shades of Emerald #5AD978
Tints of Emerald #5AD978
RGB
CMYK
RGB Variations
Color information
#5AD978 (or 0x5AD978) is known color: Emerald. HEX triplet: 5A, D9 and 78. RGB value is (90,217,120). Sum of RGB (Red+Green+Blue) = 90+217+120=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD978 is #A52687. Grayscale: #A8A8A8. Windows color (decimal): -10823304 or 7919962. OLE color: 7919962.
HSL color Cylindrical-coordinate representation of color #5AD978: hue angle of 134.17º 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 #5AD978 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 120 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.15 |
| HSL | 134.17º | 0.63% | 0.6% | - |
| HSV(B) | 134.17º | 0.59% | 0.85% | - |
| XYZ | 32.42 | 53.16 | 26.32 | - |
| YUV | 167.97 | 100.92 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 120 | 0.59 | 0 | 0.45 | 0.15 | 134.17 | 0.63 | 0.6 |
| Hex | 5A | D9 | 78 | 3B | 0 | 2D | F | 86 | 3F | 3C |
| Octal | 132 | 331 | 170 | 73 | 0 | 55 | 17 | 206 | 77 | 74 |
| Binary | 1011010 | 11011001 | 1111000 | 111011 | 0 | 101101 | 1111 | 10000110 | 111111 | 111100 |
Color Harmonies of #5AD978
Complementary color
Monochromatic Colors of #5AD978
Black with #5AD978
Text Example
Text Example
White with #5AD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD978; }
p { color: rgb(90,217,120); }
H1.HeaderClassName
{
color: #5AD978;
}
.AnyTagClassName
{
color: #5AD978;
}
</style>
background-color css
<style>
a { background-color: #5AD978; }
a { background-color: rgb(90,217,120); }
div.DivClassName
{
background-color: #5AD978;
}
.BgClassName
{
background-color: #5AD978;
}
</style>
border-color css
<style>
span { border-color: #5AD978; }
span { border-color: rgb(90,217,120); }
td.TdClassName
{
border-color: #5AD978;
}
.TagClassName
{
border-color: #5AD978;
}
</style>