Shades of Emerald #5ADC76
Tints of Emerald #5ADC76
RGB
CMYK
RGB Variations
Color information
#5ADC76 (or 0x5ADC76) is known color: Emerald. HEX triplet: 5A, DC and 76. RGB value is (90,220,118). Sum of RGB (Red+Green+Blue) = 90+220+118=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC76 is #A52389. Grayscale: #A9A9A9. Windows color (decimal): -10822538 or 7789658. OLE color: 7789658.
HSL color Cylindrical-coordinate representation of color #5ADC76: hue angle of 132.92º 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 #5ADC76 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 118 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.14 |
| HSL | 132.92º | 0.65% | 0.61% | - |
| HSV(B) | 132.92º | 0.59% | 0.86% | - |
| XYZ | 33.08 | 54.67 | 25.95 | - |
| YUV | 169.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 118 | 0.59 | 0 | 0.46 | 0.14 | 132.92 | 0.65 | 0.61 |
| Hex | 5A | DC | 76 | 3B | 0 | 2E | E | 85 | 41 | 3D |
| Octal | 132 | 334 | 166 | 73 | 0 | 56 | 16 | 205 | 101 | 75 |
| Binary | 1011010 | 11011100 | 1110110 | 111011 | 0 | 101110 | 1110 | 10000101 | 1000001 | 111101 |
Color Harmonies of #5ADC76
Complementary color
Monochromatic Colors of #5ADC76
Black with #5ADC76
Text Example
Text Example
White with #5ADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC76; }
p { color: rgb(90,220,118); }
H1.HeaderClassName
{
color: #5ADC76;
}
.AnyTagClassName
{
color: #5ADC76;
}
</style>
background-color css
<style>
a { background-color: #5ADC76; }
a { background-color: rgb(90,220,118); }
div.DivClassName
{
background-color: #5ADC76;
}
.BgClassName
{
background-color: #5ADC76;
}
</style>
border-color css
<style>
span { border-color: #5ADC76; }
span { border-color: rgb(90,220,118); }
td.TdClassName
{
border-color: #5ADC76;
}
.TagClassName
{
border-color: #5ADC76;
}
</style>