Shades of Silver Tree #5DC091
Tints of Silver Tree #5DC091
RGB
CMYK
RGB Variations
Color information
#5DC091 (or 0x5DC091) is known color: Silver Tree. HEX triplet: 5D, C0 and 91. RGB value is (93,192,145). Sum of RGB (Red+Green+Blue) = 93+192+145=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC091 is #A23F6E. Grayscale: #9D9D9D. Windows color (decimal): -10633071 or 9551965. OLE color: 9551965.
HSL color Cylindrical-coordinate representation of color #5DC091: hue angle of 151.52º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC091 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 145 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.25 |
| HSL | 151.52º | 0.44% | 0.56% | - |
| HSV(B) | 151.52º | 0.52% | 0.75% | - |
| XYZ | 28.47 | 42.07 | 33.41 | - |
| YUV | 157.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 145 | 0.52 | 0 | 0.24 | 0.25 | 151.52 | 0.44 | 0.56 |
| Hex | 5D | C0 | 91 | 34 | 0 | 18 | 19 | 98 | 2C | 38 |
| Octal | 135 | 300 | 221 | 64 | 0 | 30 | 31 | 230 | 54 | 70 |
| Binary | 1011101 | 11000000 | 10010001 | 110100 | 0 | 11000 | 11001 | 10011000 | 101100 | 111000 |
Color Harmonies of #5DC091
Complementary color
Monochromatic Colors of #5DC091
Black with #5DC091
Text Example
Text Example
White with #5DC091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC091; }
p { color: rgb(93,192,145); }
H1.HeaderClassName
{
color: #5DC091;
}
.AnyTagClassName
{
color: #5DC091;
}
</style>
background-color css
<style>
a { background-color: #5DC091; }
a { background-color: rgb(93,192,145); }
div.DivClassName
{
background-color: #5DC091;
}
.BgClassName
{
background-color: #5DC091;
}
</style>
border-color css
<style>
span { border-color: #5DC091; }
span { border-color: rgb(93,192,145); }
td.TdClassName
{
border-color: #5DC091;
}
.TagClassName
{
border-color: #5DC091;
}
</style>