Shades of Silver Tree #5DB38D
Tints of Silver Tree #5DB38D
RGB
CMYK
RGB Variations
Color information
#5DB38D (or 0x5DB38D) is known color: Silver Tree. HEX triplet: 5D, B3 and 8D. RGB value is (93,179,141). Sum of RGB (Red+Green+Blue) = 93+179+141=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB38D is #A24C72. Grayscale: #959595. Windows color (decimal): -10636403 or 9286493. OLE color: 9286493.
HSL color Cylindrical-coordinate representation of color #5DB38D: hue angle of 153.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB38D is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 141 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.30 |
| HSL | 153.49º | 0.36% | 0.53% | - |
| HSV(B) | 153.49º | 0.48% | 0.7% | - |
| XYZ | 25.44 | 36.49 | 30.9 | - |
| YUV | 148.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 141 | 0.48 | 0 | 0.21 | 0.30 | 153.49 | 0.36 | 0.53 |
| Hex | 5D | B3 | 8D | 30 | 0 | 15 | 1E | 99 | 24 | 35 |
| Octal | 135 | 263 | 215 | 60 | 0 | 25 | 36 | 231 | 44 | 65 |
| Binary | 1011101 | 10110011 | 10001101 | 110000 | 0 | 10101 | 11110 | 10011001 | 100100 | 110101 |
Color Harmonies of #5DB38D
Complementary color
Monochromatic Colors of #5DB38D
Black with #5DB38D
Text Example
Text Example
White with #5DB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB38D; }
p { color: rgb(93,179,141); }
H1.HeaderClassName
{
color: #5DB38D;
}
.AnyTagClassName
{
color: #5DB38D;
}
</style>
background-color css
<style>
a { background-color: #5DB38D; }
a { background-color: rgb(93,179,141); }
div.DivClassName
{
background-color: #5DB38D;
}
.BgClassName
{
background-color: #5DB38D;
}
</style>
border-color css
<style>
span { border-color: #5DB38D; }
span { border-color: rgb(93,179,141); }
td.TdClassName
{
border-color: #5DB38D;
}
.TagClassName
{
border-color: #5DB38D;
}
</style>