Shades of Silver Tree #5DCF8E
Tints of Silver Tree #5DCF8E
RGB
CMYK
RGB Variations
Color information
#5DCF8E (or 0x5DCF8E) is known color: Silver Tree. HEX triplet: 5D, CF and 8E. RGB value is (93,207,142). Sum of RGB (Red+Green+Blue) = 93+207+142=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCF8E is #A23071. Grayscale: #A5A5A5. Windows color (decimal): -10629234 or 9359197. OLE color: 9359197.
HSL color Cylindrical-coordinate representation of color #5DCF8E: hue angle of 145.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF8E is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 142 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.19 |
| HSL | 145.79º | 0.54% | 0.59% | - |
| HSV(B) | 145.79º | 0.55% | 0.81% | - |
| XYZ | 31.71 | 48.91 | 33.36 | - |
| YUV | 165.5 | 114.73 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 142 | 0.55 | 0 | 0.31 | 0.19 | 145.79 | 0.54 | 0.59 |
| Hex | 5D | CF | 8E | 37 | 0 | 1F | 13 | 92 | 36 | 3B |
| Octal | 135 | 317 | 216 | 67 | 0 | 37 | 23 | 222 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10001110 | 110111 | 0 | 11111 | 10011 | 10010010 | 110110 | 111011 |
Color Harmonies of #5DCF8E
Complementary color
Monochromatic Colors of #5DCF8E
Black with #5DCF8E
Text Example
Text Example
White with #5DCF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF8E; }
p { color: rgb(93,207,142); }
H1.HeaderClassName
{
color: #5DCF8E;
}
.AnyTagClassName
{
color: #5DCF8E;
}
</style>
background-color css
<style>
a { background-color: #5DCF8E; }
a { background-color: rgb(93,207,142); }
div.DivClassName
{
background-color: #5DCF8E;
}
.BgClassName
{
background-color: #5DCF8E;
}
</style>
border-color css
<style>
span { border-color: #5DCF8E; }
span { border-color: rgb(93,207,142); }
td.TdClassName
{
border-color: #5DCF8E;
}
.TagClassName
{
border-color: #5DCF8E;
}
</style>