Shades of Emerald #5ADC7E
Tints of Emerald #5ADC7E
RGB
CMYK
RGB Variations
Color information
#5ADC7E (or 0x5ADC7E) is known color: Emerald. HEX triplet: 5A, DC and 7E. RGB value is (90,220,126). Sum of RGB (Red+Green+Blue) = 90+220+126=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC7E is #A52381. Grayscale: #AAAAAA. Windows color (decimal): -10822530 or 8313946. OLE color: 8313946.
HSL color Cylindrical-coordinate representation of color #5ADC7E: hue angle of 136.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC7E is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 126 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.14 |
| HSL | 136.62º | 0.65% | 0.61% | - |
| HSV(B) | 136.62º | 0.59% | 0.86% | - |
| XYZ | 33.58 | 54.87 | 28.56 | - |
| YUV | 170.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 126 | 0.59 | 0 | 0.43 | 0.14 | 136.62 | 0.65 | 0.61 |
| Hex | 5A | DC | 7E | 3B | 0 | 2B | E | 89 | 41 | 3D |
| Octal | 132 | 334 | 176 | 73 | 0 | 53 | 16 | 211 | 101 | 75 |
| Binary | 1011010 | 11011100 | 1111110 | 111011 | 0 | 101011 | 1110 | 10001001 | 1000001 | 111101 |
Color Harmonies of #5ADC7E
Complementary color
Monochromatic Colors of #5ADC7E
Black with #5ADC7E
Text Example
Text Example
White with #5ADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC7E; }
p { color: rgb(90,220,126); }
H1.HeaderClassName
{
color: #5ADC7E;
}
.AnyTagClassName
{
color: #5ADC7E;
}
</style>
background-color css
<style>
a { background-color: #5ADC7E; }
a { background-color: rgb(90,220,126); }
div.DivClassName
{
background-color: #5ADC7E;
}
.BgClassName
{
background-color: #5ADC7E;
}
</style>
border-color css
<style>
span { border-color: #5ADC7E; }
span { border-color: rgb(90,220,126); }
td.TdClassName
{
border-color: #5ADC7E;
}
.TagClassName
{
border-color: #5ADC7E;
}
</style>