Shades of Silver Tree #5FD995
Tints of Silver Tree #5FD995
RGB
CMYK
RGB Variations
Color information
#5FD995 (or 0x5FD995) is known color: Silver Tree. HEX triplet: 5F, D9 and 95. RGB value is (95,217,149). Sum of RGB (Red+Green+Blue) = 95+217+149=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD995 is #A0266A. Grayscale: #ACACAC. Windows color (decimal): -10495595 or 9820511. OLE color: 9820511.
HSL color Cylindrical-coordinate representation of color #5FD995: hue angle of 146.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD995 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 149 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.15 |
| HSL | 146.56º | 0.62% | 0.61% | - |
| HSV(B) | 146.56º | 0.56% | 0.85% | - |
| XYZ | 34.96 | 54.23 | 37.06 | - |
| YUV | 172.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 149 | 0.56 | 0 | 0.31 | 0.15 | 146.56 | 0.62 | 0.61 |
| Hex | 5F | D9 | 95 | 38 | 0 | 1F | F | 93 | 3E | 3D |
| Octal | 137 | 331 | 225 | 70 | 0 | 37 | 17 | 223 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10010101 | 111000 | 0 | 11111 | 1111 | 10010011 | 111110 | 111101 |
Color Harmonies of #5FD995
Complementary color
Monochromatic Colors of #5FD995
Black with #5FD995
Text Example
Text Example
White with #5FD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD995; }
p { color: rgb(95,217,149); }
H1.HeaderClassName
{
color: #5FD995;
}
.AnyTagClassName
{
color: #5FD995;
}
</style>
background-color css
<style>
a { background-color: #5FD995; }
a { background-color: rgb(95,217,149); }
div.DivClassName
{
background-color: #5FD995;
}
.BgClassName
{
background-color: #5FD995;
}
</style>
border-color css
<style>
span { border-color: #5FD995; }
span { border-color: rgb(95,217,149); }
td.TdClassName
{
border-color: #5FD995;
}
.TagClassName
{
border-color: #5FD995;
}
</style>