Shades of Silver Tree #5FDB93
Tints of Silver Tree #5FDB93
RGB
CMYK
RGB Variations
Color information
#5FDB93 (or 0x5FDB93) is known color: Silver Tree. HEX triplet: 5F, DB and 93. RGB value is (95,219,147). Sum of RGB (Red+Green+Blue) = 95+219+147=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDB93 is #A0246C. Grayscale: #ADADAD. Windows color (decimal): -10495085 or 9689951. OLE color: 9689951.
HSL color Cylindrical-coordinate representation of color #5FDB93: hue angle of 145.16º degrees, saturation: 0.63, 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 #5FDB93 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 147 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.14 |
| HSL | 145.16º | 0.63% | 0.62% | - |
| HSV(B) | 145.16º | 0.57% | 0.86% | - |
| XYZ | 35.32 | 55.2 | 36.4 | - |
| YUV | 173.72 | 112.92 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 147 | 0.57 | 0 | 0.33 | 0.14 | 145.16 | 0.63 | 0.62 |
| Hex | 5F | DB | 93 | 39 | 0 | 21 | E | 91 | 3F | 3E |
| Octal | 137 | 333 | 223 | 71 | 0 | 41 | 16 | 221 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10010011 | 111001 | 0 | 100001 | 1110 | 10010001 | 111111 | 111110 |
Color Harmonies of #5FDB93
Complementary color
Monochromatic Colors of #5FDB93
Black with #5FDB93
Text Example
Text Example
White with #5FDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB93; }
p { color: rgb(95,219,147); }
H1.HeaderClassName
{
color: #5FDB93;
}
.AnyTagClassName
{
color: #5FDB93;
}
</style>
background-color css
<style>
a { background-color: #5FDB93; }
a { background-color: rgb(95,219,147); }
div.DivClassName
{
background-color: #5FDB93;
}
.BgClassName
{
background-color: #5FDB93;
}
</style>
border-color css
<style>
span { border-color: #5FDB93; }
span { border-color: rgb(95,219,147); }
td.TdClassName
{
border-color: #5FDB93;
}
.TagClassName
{
border-color: #5FDB93;
}
</style>