Shades of Emerald #5ADC85
Tints of Emerald #5ADC85
RGB
CMYK
RGB Variations
Color information
#5ADC85 (or 0x5ADC85) is known color: Emerald. HEX triplet: 5A, DC and 85. RGB value is (90,220,133). Sum of RGB (Red+Green+Blue) = 90+220+133=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC85 is #A5237A. Grayscale: #ABABAB. Windows color (decimal): -10822523 or 8772698. OLE color: 8772698.
HSL color Cylindrical-coordinate representation of color #5ADC85: hue angle of 139.85º 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 #5ADC85 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 133 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.14 |
| HSL | 139.85º | 0.65% | 0.61% | - |
| HSV(B) | 139.85º | 0.59% | 0.86% | - |
| XYZ | 34.04 | 55.05 | 31.02 | - |
| YUV | 171.21 | 106.43 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 133 | 0.59 | 0 | 0.40 | 0.14 | 139.85 | 0.65 | 0.61 |
| Hex | 5A | DC | 85 | 3B | 0 | 28 | E | 8C | 41 | 3D |
| Octal | 132 | 334 | 205 | 73 | 0 | 50 | 16 | 214 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10000101 | 111011 | 0 | 101000 | 1110 | 10001100 | 1000001 | 111101 |
Color Harmonies of #5ADC85
Complementary color
Monochromatic Colors of #5ADC85
Black with #5ADC85
Text Example
Text Example
White with #5ADC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC85; }
p { color: rgb(90,220,133); }
H1.HeaderClassName
{
color: #5ADC85;
}
.AnyTagClassName
{
color: #5ADC85;
}
</style>
background-color css
<style>
a { background-color: #5ADC85; }
a { background-color: rgb(90,220,133); }
div.DivClassName
{
background-color: #5ADC85;
}
.BgClassName
{
background-color: #5ADC85;
}
</style>
border-color css
<style>
span { border-color: #5ADC85; }
span { border-color: rgb(90,220,133); }
td.TdClassName
{
border-color: #5ADC85;
}
.TagClassName
{
border-color: #5ADC85;
}
</style>