Shades of Silver Tree #5DBE8E
Tints of Silver Tree #5DBE8E
RGB
CMYK
RGB Variations
Color information
#5DBE8E (or 0x5DBE8E) is known color: Silver Tree. HEX triplet: 5D, BE and 8E. RGB value is (93,190,142). Sum of RGB (Red+Green+Blue) = 93+190+142=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBE8E is #A24171. Grayscale: #9B9B9B. Windows color (decimal): -10633586 or 9354845. OLE color: 9354845.
HSL color Cylindrical-coordinate representation of color #5DBE8E: hue angle of 150.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBE8E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 142 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.25 |
| HSL | 150.31º | 0.43% | 0.55% | - |
| HSV(B) | 150.31º | 0.51% | 0.75% | - |
| XYZ | 27.81 | 41.11 | 32.06 | - |
| YUV | 155.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 142 | 0.51 | 0 | 0.25 | 0.25 | 150.31 | 0.43 | 0.55 |
| Hex | 5D | BE | 8E | 33 | 0 | 19 | 19 | 96 | 2B | 37 |
| Octal | 135 | 276 | 216 | 63 | 0 | 31 | 31 | 226 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10001110 | 110011 | 0 | 11001 | 11001 | 10010110 | 101011 | 110111 |
Color Harmonies of #5DBE8E
Complementary color
Monochromatic Colors of #5DBE8E
Black with #5DBE8E
Text Example
Text Example
White with #5DBE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE8E; }
p { color: rgb(93,190,142); }
H1.HeaderClassName
{
color: #5DBE8E;
}
.AnyTagClassName
{
color: #5DBE8E;
}
</style>
background-color css
<style>
a { background-color: #5DBE8E; }
a { background-color: rgb(93,190,142); }
div.DivClassName
{
background-color: #5DBE8E;
}
.BgClassName
{
background-color: #5DBE8E;
}
</style>
border-color css
<style>
span { border-color: #5DBE8E; }
span { border-color: rgb(93,190,142); }
td.TdClassName
{
border-color: #5DBE8E;
}
.TagClassName
{
border-color: #5DBE8E;
}
</style>