Shades of Emerald #5ADE7C
Tints of Emerald #5ADE7C
RGB
CMYK
RGB Variations
Color information
#5ADE7C (or 0x5ADE7C) is known color: Emerald. HEX triplet: 5A, DE and 7C. RGB value is (90,222,124). Sum of RGB (Red+Green+Blue) = 90+222+124=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADE7C is #A52183. Grayscale: #ABABAB. Windows color (decimal): -10822020 or 8183386. OLE color: 8183386.
HSL color Cylindrical-coordinate representation of color #5ADE7C: hue angle of 135.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADE7C is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 124 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.13 |
| HSL | 135.45º | 0.67% | 0.61% | - |
| HSV(B) | 135.45º | 0.59% | 0.87% | - |
| XYZ | 33.98 | 55.87 | 28.06 | - |
| YUV | 171.36 | 101.27 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 124 | 0.59 | 0 | 0.44 | 0.13 | 135.45 | 0.67 | 0.61 |
| Hex | 5A | DE | 7C | 3B | 0 | 2C | D | 87 | 43 | 3D |
| Octal | 132 | 336 | 174 | 73 | 0 | 54 | 15 | 207 | 103 | 75 |
| Binary | 1011010 | 11011110 | 1111100 | 111011 | 0 | 101100 | 1101 | 10000111 | 1000011 | 111101 |
Color Harmonies of #5ADE7C
Complementary color
Monochromatic Colors of #5ADE7C
Black with #5ADE7C
Text Example
Text Example
White with #5ADE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE7C; }
p { color: rgb(90,222,124); }
H1.HeaderClassName
{
color: #5ADE7C;
}
.AnyTagClassName
{
color: #5ADE7C;
}
</style>
background-color css
<style>
a { background-color: #5ADE7C; }
a { background-color: rgb(90,222,124); }
div.DivClassName
{
background-color: #5ADE7C;
}
.BgClassName
{
background-color: #5ADE7C;
}
</style>
border-color css
<style>
span { border-color: #5ADE7C; }
span { border-color: rgb(90,222,124); }
td.TdClassName
{
border-color: #5ADE7C;
}
.TagClassName
{
border-color: #5ADE7C;
}
</style>