Shades of Silver Tree #5DB38C
Tints of Silver Tree #5DB38C
RGB
CMYK
RGB Variations
Color information
#5DB38C (or 0x5DB38C) is known color: Silver Tree. HEX triplet: 5D, B3 and 8C. RGB value is (93,179,140). Sum of RGB (Red+Green+Blue) = 93+179+140=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB38C is #A24C73. Grayscale: #949494. Windows color (decimal): -10636404 or 9220957. OLE color: 9220957.
HSL color Cylindrical-coordinate representation of color #5DB38C: hue angle of 152.79º 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 #5DB38C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 140 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.30 |
| HSL | 152.79º | 0.36% | 0.53% | - |
| HSV(B) | 152.79º | 0.48% | 0.7% | - |
| XYZ | 25.37 | 36.46 | 30.51 | - |
| YUV | 148.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 140 | 0.48 | 0 | 0.22 | 0.30 | 152.79 | 0.36 | 0.53 |
| Hex | 5D | B3 | 8C | 30 | 0 | 16 | 1E | 99 | 24 | 35 |
| Octal | 135 | 263 | 214 | 60 | 0 | 26 | 36 | 231 | 44 | 65 |
| Binary | 1011101 | 10110011 | 10001100 | 110000 | 0 | 10110 | 11110 | 10011001 | 100100 | 110101 |
Color Harmonies of #5DB38C
Complementary color
Monochromatic Colors of #5DB38C
Black with #5DB38C
Text Example
Text Example
White with #5DB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB38C; }
p { color: rgb(93,179,140); }
H1.HeaderClassName
{
color: #5DB38C;
}
.AnyTagClassName
{
color: #5DB38C;
}
</style>
background-color css
<style>
a { background-color: #5DB38C; }
a { background-color: rgb(93,179,140); }
div.DivClassName
{
background-color: #5DB38C;
}
.BgClassName
{
background-color: #5DB38C;
}
</style>
border-color css
<style>
span { border-color: #5DB38C; }
span { border-color: rgb(93,179,140); }
td.TdClassName
{
border-color: #5DB38C;
}
.TagClassName
{
border-color: #5DB38C;
}
</style>