Shades of Silver Tree #5AD38E
Tints of Silver Tree #5AD38E
RGB
CMYK
RGB Variations
Color information
#5AD38E (or 0x5AD38E) is known color: Silver Tree. HEX triplet: 5A, D3 and 8E. RGB value is (90,211,142). Sum of RGB (Red+Green+Blue) = 90+211+142=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD38E is #A52C71. Grayscale: #A7A7A7. Windows color (decimal): -10824818 or 9360218. OLE color: 9360218.
HSL color Cylindrical-coordinate representation of color #5AD38E: hue angle of 145.79º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD38E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 142 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.17 |
| HSL | 145.79º | 0.58% | 0.59% | - |
| HSV(B) | 145.79º | 0.57% | 0.83% | - |
| XYZ | 32.39 | 50.72 | 33.67 | - |
| YUV | 166.96 | 113.91 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 142 | 0.57 | 0 | 0.33 | 0.17 | 145.79 | 0.58 | 0.59 |
| Hex | 5A | D3 | 8E | 39 | 0 | 21 | 11 | 92 | 3A | 3B |
| Octal | 132 | 323 | 216 | 71 | 0 | 41 | 21 | 222 | 72 | 73 |
| Binary | 1011010 | 11010011 | 10001110 | 111001 | 0 | 100001 | 10001 | 10010010 | 111010 | 111011 |
Color Harmonies of #5AD38E
Complementary color
Monochromatic Colors of #5AD38E
Black with #5AD38E
Text Example
Text Example
White with #5AD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD38E; }
p { color: rgb(90,211,142); }
H1.HeaderClassName
{
color: #5AD38E;
}
.AnyTagClassName
{
color: #5AD38E;
}
</style>
background-color css
<style>
a { background-color: #5AD38E; }
a { background-color: rgb(90,211,142); }
div.DivClassName
{
background-color: #5AD38E;
}
.BgClassName
{
background-color: #5AD38E;
}
</style>
border-color css
<style>
span { border-color: #5AD38E; }
span { border-color: rgb(90,211,142); }
td.TdClassName
{
border-color: #5AD38E;
}
.TagClassName
{
border-color: #5AD38E;
}
</style>