Shades of Silver Tree #5DB98F
Tints of Silver Tree #5DB98F
RGB
CMYK
RGB Variations
Color information
#5DB98F (or 0x5DB98F) is known color: Silver Tree. HEX triplet: 5D, B9 and 8F. RGB value is (93,185,143). Sum of RGB (Red+Green+Blue) = 93+185+143=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB98F is #A24670. Grayscale: #989898. Windows color (decimal): -10634865 or 9419101. OLE color: 9419101.
HSL color Cylindrical-coordinate representation of color #5DB98F: hue angle of 152.61º 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 #5DB98F is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 143 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.27 |
| HSL | 152.61º | 0.4% | 0.55% | - |
| HSV(B) | 152.61º | 0.5% | 0.73% | - |
| XYZ | 26.82 | 39.01 | 32.1 | - |
| YUV | 152.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 143 | 0.50 | 0 | 0.23 | 0.27 | 152.61 | 0.4 | 0.55 |
| Hex | 5D | B9 | 8F | 32 | 0 | 17 | 1B | 99 | 28 | 37 |
| Octal | 135 | 271 | 217 | 62 | 0 | 27 | 33 | 231 | 50 | 67 |
| Binary | 1011101 | 10111001 | 10001111 | 110010 | 0 | 10111 | 11011 | 10011001 | 101000 | 110111 |
Color Harmonies of #5DB98F
Complementary color
Monochromatic Colors of #5DB98F
Black with #5DB98F
Text Example
Text Example
White with #5DB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB98F; }
p { color: rgb(93,185,143); }
H1.HeaderClassName
{
color: #5DB98F;
}
.AnyTagClassName
{
color: #5DB98F;
}
</style>
background-color css
<style>
a { background-color: #5DB98F; }
a { background-color: rgb(93,185,143); }
div.DivClassName
{
background-color: #5DB98F;
}
.BgClassName
{
background-color: #5DB98F;
}
</style>
border-color css
<style>
span { border-color: #5DB98F; }
span { border-color: rgb(93,185,143); }
td.TdClassName
{
border-color: #5DB98F;
}
.TagClassName
{
border-color: #5DB98F;
}
</style>