Shades of Silver Tree #5AD38D
Tints of Silver Tree #5AD38D
RGB
CMYK
RGB Variations
Color information
#5AD38D (or 0x5AD38D) is known color: Silver Tree. HEX triplet: 5A, D3 and 8D. RGB value is (90,211,141). Sum of RGB (Red+Green+Blue) = 90+211+141=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD38D is #A52C72. Grayscale: #A7A7A7. Windows color (decimal): -10824819 or 9294682. OLE color: 9294682.
HSL color Cylindrical-coordinate representation of color #5AD38D: hue angle of 145.29º 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 #5AD38D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 141 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.17 |
| HSL | 145.29º | 0.58% | 0.59% | - |
| HSV(B) | 145.29º | 0.57% | 0.83% | - |
| XYZ | 32.32 | 50.69 | 33.28 | - |
| YUV | 166.84 | 113.41 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 141 | 0.57 | 0 | 0.33 | 0.17 | 145.29 | 0.58 | 0.59 |
| Hex | 5A | D3 | 8D | 39 | 0 | 21 | 11 | 91 | 3A | 3B |
| Octal | 132 | 323 | 215 | 71 | 0 | 41 | 21 | 221 | 72 | 73 |
| Binary | 1011010 | 11010011 | 10001101 | 111001 | 0 | 100001 | 10001 | 10010001 | 111010 | 111011 |
Color Harmonies of #5AD38D
Complementary color
Monochromatic Colors of #5AD38D
Black with #5AD38D
Text Example
Text Example
White with #5AD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD38D; }
p { color: rgb(90,211,141); }
H1.HeaderClassName
{
color: #5AD38D;
}
.AnyTagClassName
{
color: #5AD38D;
}
</style>
background-color css
<style>
a { background-color: #5AD38D; }
a { background-color: rgb(90,211,141); }
div.DivClassName
{
background-color: #5AD38D;
}
.BgClassName
{
background-color: #5AD38D;
}
</style>
border-color css
<style>
span { border-color: #5AD38D; }
span { border-color: rgb(90,211,141); }
td.TdClassName
{
border-color: #5AD38D;
}
.TagClassName
{
border-color: #5AD38D;
}
</style>