Shades of Emerald #5ADA74
Tints of Emerald #5ADA74
RGB
CMYK
RGB Variations
Color information
#5ADA74 (or 0x5ADA74) is known color: Emerald. HEX triplet: 5A, DA and 74. RGB value is (90,218,116). Sum of RGB (Red+Green+Blue) = 90+218+116=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADA74 is #A5258B. Grayscale: #A8A8A8. Windows color (decimal): -10823052 or 7658074. OLE color: 7658074.
HSL color Cylindrical-coordinate representation of color #5ADA74: hue angle of 132.19º 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 #5ADA74 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 116 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.15 |
| HSL | 132.19º | 0.63% | 0.6% | - |
| HSV(B) | 132.19º | 0.59% | 0.85% | - |
| XYZ | 32.44 | 53.58 | 25.15 | - |
| YUV | 168.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 116 | 0.59 | 0 | 0.47 | 0.15 | 132.19 | 0.63 | 0.6 |
| Hex | 5A | DA | 74 | 3B | 0 | 2F | F | 84 | 3F | 3C |
| Octal | 132 | 332 | 164 | 73 | 0 | 57 | 17 | 204 | 77 | 74 |
| Binary | 1011010 | 11011010 | 1110100 | 111011 | 0 | 101111 | 1111 | 10000100 | 111111 | 111100 |
Color Harmonies of #5ADA74
Complementary color
Monochromatic Colors of #5ADA74
Black with #5ADA74
Text Example
Text Example
White with #5ADA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA74; }
p { color: rgb(90,218,116); }
H1.HeaderClassName
{
color: #5ADA74;
}
.AnyTagClassName
{
color: #5ADA74;
}
</style>
background-color css
<style>
a { background-color: #5ADA74; }
a { background-color: rgb(90,218,116); }
div.DivClassName
{
background-color: #5ADA74;
}
.BgClassName
{
background-color: #5ADA74;
}
</style>
border-color css
<style>
span { border-color: #5ADA74; }
span { border-color: rgb(90,218,116); }
td.TdClassName
{
border-color: #5ADA74;
}
.TagClassName
{
border-color: #5ADA74;
}
</style>