Shades of Silver Tree #5FDC96
Tints of Silver Tree #5FDC96
RGB
CMYK
RGB Variations
Color information
#5FDC96 (or 0x5FDC96) is known color: Silver Tree. HEX triplet: 5F, DC and 96. RGB value is (95,220,150). Sum of RGB (Red+Green+Blue) = 95+220+150=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDC96 is #A02369. Grayscale: #AEAEAE. Windows color (decimal): -10494826 or 9886815. OLE color: 9886815.
HSL color Cylindrical-coordinate representation of color #5FDC96: hue angle of 146.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC96 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 150 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.14 |
| HSL | 146.4º | 0.64% | 0.62% | - |
| HSV(B) | 146.4º | 0.57% | 0.86% | - |
| XYZ | 35.82 | 55.82 | 37.74 | - |
| YUV | 174.65 | 114.09 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 150 | 0.57 | 0 | 0.32 | 0.14 | 146.4 | 0.64 | 0.62 |
| Hex | 5F | DC | 96 | 39 | 0 | 20 | E | 92 | 40 | 3E |
| Octal | 137 | 334 | 226 | 71 | 0 | 40 | 16 | 222 | 100 | 76 |
| Binary | 1011111 | 11011100 | 10010110 | 111001 | 0 | 100000 | 1110 | 10010010 | 1000000 | 111110 |
Color Harmonies of #5FDC96
Complementary color
Monochromatic Colors of #5FDC96
Black with #5FDC96
Text Example
Text Example
White with #5FDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC96; }
p { color: rgb(95,220,150); }
H1.HeaderClassName
{
color: #5FDC96;
}
.AnyTagClassName
{
color: #5FDC96;
}
</style>
background-color css
<style>
a { background-color: #5FDC96; }
a { background-color: rgb(95,220,150); }
div.DivClassName
{
background-color: #5FDC96;
}
.BgClassName
{
background-color: #5FDC96;
}
</style>
border-color css
<style>
span { border-color: #5FDC96; }
span { border-color: rgb(95,220,150); }
td.TdClassName
{
border-color: #5FDC96;
}
.TagClassName
{
border-color: #5FDC96;
}
</style>