Shades of Silver Tree #5FD396
Tints of Silver Tree #5FD396
RGB
CMYK
RGB Variations
Color information
#5FD396 (or 0x5FD396) is known color: Silver Tree. HEX triplet: 5F, D3 and 96. RGB value is (95,211,150). Sum of RGB (Red+Green+Blue) = 95+211+150=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD396 is #A02C69. Grayscale: #A9A9A9. Windows color (decimal): -10497130 or 9884511. OLE color: 9884511.
HSL color Cylindrical-coordinate representation of color #5FD396: hue angle of 148.45º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD396 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 150 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.17 |
| HSL | 148.45º | 0.57% | 0.6% | - |
| HSV(B) | 148.45º | 0.55% | 0.83% | - |
| XYZ | 33.52 | 51.22 | 36.97 | - |
| YUV | 169.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 150 | 0.55 | 0 | 0.29 | 0.17 | 148.45 | 0.57 | 0.6 |
| Hex | 5F | D3 | 96 | 37 | 0 | 1D | 11 | 94 | 39 | 3C |
| Octal | 137 | 323 | 226 | 67 | 0 | 35 | 21 | 224 | 71 | 74 |
| Binary | 1011111 | 11010011 | 10010110 | 110111 | 0 | 11101 | 10001 | 10010100 | 111001 | 111100 |
Color Harmonies of #5FD396
Complementary color
Monochromatic Colors of #5FD396
Black with #5FD396
Text Example
Text Example
White with #5FD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD396; }
p { color: rgb(95,211,150); }
H1.HeaderClassName
{
color: #5FD396;
}
.AnyTagClassName
{
color: #5FD396;
}
</style>
background-color css
<style>
a { background-color: #5FD396; }
a { background-color: rgb(95,211,150); }
div.DivClassName
{
background-color: #5FD396;
}
.BgClassName
{
background-color: #5FD396;
}
</style>
border-color css
<style>
span { border-color: #5FD396; }
span { border-color: rgb(95,211,150); }
td.TdClassName
{
border-color: #5FD396;
}
.TagClassName
{
border-color: #5FD396;
}
</style>