Shades of Silver Tree #5FD096
Tints of Silver Tree #5FD096
RGB
CMYK
RGB Variations
Color information
#5FD096 (or 0x5FD096) is known color: Silver Tree. HEX triplet: 5F, D0 and 96. RGB value is (95,208,150). Sum of RGB (Red+Green+Blue) = 95+208+150=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD096 is #A02F69. Grayscale: #A7A7A7. Windows color (decimal): -10497898 or 9883743. OLE color: 9883743.
HSL color Cylindrical-coordinate representation of color #5FD096: hue angle of 149.2º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FD096 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 150 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.18 |
| HSL | 149.2º | 0.55% | 0.59% | - |
| HSV(B) | 149.2º | 0.54% | 0.82% | - |
| XYZ | 32.78 | 49.75 | 36.73 | - |
| YUV | 167.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 150 | 0.54 | 0 | 0.28 | 0.18 | 149.2 | 0.55 | 0.59 |
| Hex | 5F | D0 | 96 | 36 | 0 | 1C | 12 | 95 | 37 | 3B |
| Octal | 137 | 320 | 226 | 66 | 0 | 34 | 22 | 225 | 67 | 73 |
| Binary | 1011111 | 11010000 | 10010110 | 110110 | 0 | 11100 | 10010 | 10010101 | 110111 | 111011 |
Color Harmonies of #5FD096
Complementary color
Monochromatic Colors of #5FD096
Black with #5FD096
Text Example
Text Example
White with #5FD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD096; }
p { color: rgb(95,208,150); }
H1.HeaderClassName
{
color: #5FD096;
}
.AnyTagClassName
{
color: #5FD096;
}
</style>
background-color css
<style>
a { background-color: #5FD096; }
a { background-color: rgb(95,208,150); }
div.DivClassName
{
background-color: #5FD096;
}
.BgClassName
{
background-color: #5FD096;
}
</style>
border-color css
<style>
span { border-color: #5FD096; }
span { border-color: rgb(95,208,150); }
td.TdClassName
{
border-color: #5FD096;
}
.TagClassName
{
border-color: #5FD096;
}
</style>