Shades of Silver Tree #5DBC8E
Tints of Silver Tree #5DBC8E
RGB
CMYK
RGB Variations
Color information
#5DBC8E (or 0x5DBC8E) is known color: Silver Tree. HEX triplet: 5D, BC and 8E. RGB value is (93,188,142). Sum of RGB (Red+Green+Blue) = 93+188+142=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBC8E is #A24371. Grayscale: #9A9A9A. Windows color (decimal): -10634098 or 9354333. OLE color: 9354333.
HSL color Cylindrical-coordinate representation of color #5DBC8E: hue angle of 150.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBC8E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 142 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.26 |
| HSL | 150.95º | 0.41% | 0.55% | - |
| HSV(B) | 150.95º | 0.51% | 0.74% | - |
| XYZ | 27.38 | 40.25 | 31.92 | - |
| YUV | 154.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 142 | 0.51 | 0 | 0.24 | 0.26 | 150.95 | 0.41 | 0.55 |
| Hex | 5D | BC | 8E | 33 | 0 | 18 | 1A | 97 | 29 | 37 |
| Octal | 135 | 274 | 216 | 63 | 0 | 30 | 32 | 227 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10001110 | 110011 | 0 | 11000 | 11010 | 10010111 | 101001 | 110111 |
Color Harmonies of #5DBC8E
Complementary color
Monochromatic Colors of #5DBC8E
Black with #5DBC8E
Text Example
Text Example
White with #5DBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC8E; }
p { color: rgb(93,188,142); }
H1.HeaderClassName
{
color: #5DBC8E;
}
.AnyTagClassName
{
color: #5DBC8E;
}
</style>
background-color css
<style>
a { background-color: #5DBC8E; }
a { background-color: rgb(93,188,142); }
div.DivClassName
{
background-color: #5DBC8E;
}
.BgClassName
{
background-color: #5DBC8E;
}
</style>
border-color css
<style>
span { border-color: #5DBC8E; }
span { border-color: rgb(93,188,142); }
td.TdClassName
{
border-color: #5DBC8E;
}
.TagClassName
{
border-color: #5DBC8E;
}
</style>