Shades of Silver Tree #5FC586
Tints of Silver Tree #5FC586
RGB
CMYK
RGB Variations
Color information
#5FC586 (or 0x5FC586) is known color: Silver Tree. HEX triplet: 5F, C5 and 86. RGB value is (95,197,134). Sum of RGB (Red+Green+Blue) = 95+197+134=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC586 is #A03A79. Grayscale: #9F9F9F. Windows color (decimal): -10500730 or 8832351. OLE color: 8832351.
HSL color Cylindrical-coordinate representation of color #5FC586: hue angle of 142.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC586 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 134 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.23 |
| HSL | 142.94º | 0.47% | 0.57% | - |
| HSV(B) | 142.94º | 0.52% | 0.77% | - |
| XYZ | 28.99 | 44.09 | 29.54 | - |
| YUV | 159.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 134 | 0.52 | 0 | 0.32 | 0.23 | 142.94 | 0.47 | 0.57 |
| Hex | 5F | C5 | 86 | 34 | 0 | 20 | 17 | 8F | 2F | 39 |
| Octal | 137 | 305 | 206 | 64 | 0 | 40 | 27 | 217 | 57 | 71 |
| Binary | 1011111 | 11000101 | 10000110 | 110100 | 0 | 100000 | 10111 | 10001111 | 101111 | 111001 |
Color Harmonies of #5FC586
Complementary color
Monochromatic Colors of #5FC586
Black with #5FC586
Text Example
Text Example
White with #5FC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC586; }
p { color: rgb(95,197,134); }
H1.HeaderClassName
{
color: #5FC586;
}
.AnyTagClassName
{
color: #5FC586;
}
</style>
background-color css
<style>
a { background-color: #5FC586; }
a { background-color: rgb(95,197,134); }
div.DivClassName
{
background-color: #5FC586;
}
.BgClassName
{
background-color: #5FC586;
}
</style>
border-color css
<style>
span { border-color: #5FC586; }
span { border-color: rgb(95,197,134); }
td.TdClassName
{
border-color: #5FC586;
}
.TagClassName
{
border-color: #5FC586;
}
</style>