Shades of Emerald #5ADA78
Tints of Emerald #5ADA78
RGB
CMYK
RGB Variations
Color information
#5ADA78 (or 0x5ADA78) is known color: Emerald. HEX triplet: 5A, DA and 78. RGB value is (90,218,120). Sum of RGB (Red+Green+Blue) = 90+218+120=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADA78 is #A52587. Grayscale: #A8A8A8. Windows color (decimal): -10823048 or 7920218. OLE color: 7920218.
HSL color Cylindrical-coordinate representation of color #5ADA78: hue angle of 134.06º 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 #5ADA78 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 120 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.15 |
| HSL | 134.06º | 0.63% | 0.6% | - |
| HSV(B) | 134.06º | 0.59% | 0.85% | - |
| XYZ | 32.68 | 53.67 | 26.41 | - |
| YUV | 168.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 120 | 0.59 | 0 | 0.45 | 0.15 | 134.06 | 0.63 | 0.6 |
| Hex | 5A | DA | 78 | 3B | 0 | 2D | F | 86 | 3F | 3C |
| Octal | 132 | 332 | 170 | 73 | 0 | 55 | 17 | 206 | 77 | 74 |
| Binary | 1011010 | 11011010 | 1111000 | 111011 | 0 | 101101 | 1111 | 10000110 | 111111 | 111100 |
Color Harmonies of #5ADA78
Complementary color
Monochromatic Colors of #5ADA78
Black with #5ADA78
Text Example
Text Example
White with #5ADA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA78; }
p { color: rgb(90,218,120); }
H1.HeaderClassName
{
color: #5ADA78;
}
.AnyTagClassName
{
color: #5ADA78;
}
</style>
background-color css
<style>
a { background-color: #5ADA78; }
a { background-color: rgb(90,218,120); }
div.DivClassName
{
background-color: #5ADA78;
}
.BgClassName
{
background-color: #5ADA78;
}
</style>
border-color css
<style>
span { border-color: #5ADA78; }
span { border-color: rgb(90,218,120); }
td.TdClassName
{
border-color: #5ADA78;
}
.TagClassName
{
border-color: #5ADA78;
}
</style>