Shades of Silver Tree #5DB98B
Tints of Silver Tree #5DB98B
RGB
CMYK
RGB Variations
Color information
#5DB98B (or 0x5DB98B) is known color: Silver Tree. HEX triplet: 5D, B9 and 8B. RGB value is (93,185,139). Sum of RGB (Red+Green+Blue) = 93+185+139=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB98B is #A24674. Grayscale: #989898. Windows color (decimal): -10634869 or 9156957. OLE color: 9156957.
HSL color Cylindrical-coordinate representation of color #5DB98B: hue angle of 150º 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 #5DB98B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 139 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.27 |
| HSL | 150º | 0.4% | 0.55% | - |
| HSV(B) | 150º | 0.5% | 0.73% | - |
| XYZ | 26.52 | 38.89 | 30.53 | - |
| YUV | 152.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 139 | 0.50 | 0 | 0.25 | 0.27 | 150 | 0.4 | 0.55 |
| Hex | 5D | B9 | 8B | 32 | 0 | 19 | 1B | 96 | 28 | 37 |
| Octal | 135 | 271 | 213 | 62 | 0 | 31 | 33 | 226 | 50 | 67 |
| Binary | 1011101 | 10111001 | 10001011 | 110010 | 0 | 11001 | 11011 | 10010110 | 101000 | 110111 |
Color Harmonies of #5DB98B
Complementary color
Monochromatic Colors of #5DB98B
Black with #5DB98B
Text Example
Text Example
White with #5DB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB98B; }
p { color: rgb(93,185,139); }
H1.HeaderClassName
{
color: #5DB98B;
}
.AnyTagClassName
{
color: #5DB98B;
}
</style>
background-color css
<style>
a { background-color: #5DB98B; }
a { background-color: rgb(93,185,139); }
div.DivClassName
{
background-color: #5DB98B;
}
.BgClassName
{
background-color: #5DB98B;
}
</style>
border-color css
<style>
span { border-color: #5DB98B; }
span { border-color: rgb(93,185,139); }
td.TdClassName
{
border-color: #5DB98B;
}
.TagClassName
{
border-color: #5DB98B;
}
</style>