Shades of Silver Tree #5FC096
Tints of Silver Tree #5FC096
RGB
CMYK
RGB Variations
Color information
#5FC096 (or 0x5FC096) is known color: Silver Tree. HEX triplet: 5F, C0 and 96. RGB value is (95,192,150). Sum of RGB (Red+Green+Blue) = 95+192+150=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC096 is #A03F69. Grayscale: #9E9E9E. Windows color (decimal): -10501994 or 9879647. OLE color: 9879647.
HSL color Cylindrical-coordinate representation of color #5FC096: hue angle of 154.02º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC096 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 150 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.25 |
| HSL | 154.02º | 0.43% | 0.56% | - |
| HSV(B) | 154.02º | 0.51% | 0.75% | - |
| XYZ | 29.07 | 42.33 | 35.49 | - |
| YUV | 158.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 150 | 0.51 | 0 | 0.22 | 0.25 | 154.02 | 0.43 | 0.56 |
| Hex | 5F | C0 | 96 | 33 | 0 | 16 | 19 | 9A | 2B | 38 |
| Octal | 137 | 300 | 226 | 63 | 0 | 26 | 31 | 232 | 53 | 70 |
| Binary | 1011111 | 11000000 | 10010110 | 110011 | 0 | 10110 | 11001 | 10011010 | 101011 | 111000 |
Color Harmonies of #5FC096
Complementary color
Monochromatic Colors of #5FC096
Black with #5FC096
Text Example
Text Example
White with #5FC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC096; }
p { color: rgb(95,192,150); }
H1.HeaderClassName
{
color: #5FC096;
}
.AnyTagClassName
{
color: #5FC096;
}
</style>
background-color css
<style>
a { background-color: #5FC096; }
a { background-color: rgb(95,192,150); }
div.DivClassName
{
background-color: #5FC096;
}
.BgClassName
{
background-color: #5FC096;
}
</style>
border-color css
<style>
span { border-color: #5FC096; }
span { border-color: rgb(95,192,150); }
td.TdClassName
{
border-color: #5FC096;
}
.TagClassName
{
border-color: #5FC096;
}
</style>