Shades of Silver Tree #5DB98E
Tints of Silver Tree #5DB98E
RGB
CMYK
RGB Variations
Color information
#5DB98E (or 0x5DB98E) is known color: Silver Tree. HEX triplet: 5D, B9 and 8E. RGB value is (93,185,142). Sum of RGB (Red+Green+Blue) = 93+185+142=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB98E is #A24671. Grayscale: #989898. Windows color (decimal): -10634866 or 9353565. OLE color: 9353565.
HSL color Cylindrical-coordinate representation of color #5DB98E: hue angle of 151.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB98E is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 142 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.27 |
| HSL | 151.96º | 0.4% | 0.55% | - |
| HSV(B) | 151.96º | 0.5% | 0.73% | - |
| XYZ | 26.75 | 38.98 | 31.71 | - |
| YUV | 152.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 142 | 0.50 | 0 | 0.23 | 0.27 | 151.96 | 0.4 | 0.55 |
| Hex | 5D | B9 | 8E | 32 | 0 | 17 | 1B | 98 | 28 | 37 |
| Octal | 135 | 271 | 216 | 62 | 0 | 27 | 33 | 230 | 50 | 67 |
| Binary | 1011101 | 10111001 | 10001110 | 110010 | 0 | 10111 | 11011 | 10011000 | 101000 | 110111 |
Color Harmonies of #5DB98E
Complementary color
Monochromatic Colors of #5DB98E
Black with #5DB98E
Text Example
Text Example
White with #5DB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB98E; }
p { color: rgb(93,185,142); }
H1.HeaderClassName
{
color: #5DB98E;
}
.AnyTagClassName
{
color: #5DB98E;
}
</style>
background-color css
<style>
a { background-color: #5DB98E; }
a { background-color: rgb(93,185,142); }
div.DivClassName
{
background-color: #5DB98E;
}
.BgClassName
{
background-color: #5DB98E;
}
</style>
border-color css
<style>
span { border-color: #5DB98E; }
span { border-color: rgb(93,185,142); }
td.TdClassName
{
border-color: #5DB98E;
}
.TagClassName
{
border-color: #5DB98E;
}
</style>