Shades of Silver Tree #5FDB8D
Tints of Silver Tree #5FDB8D
RGB
CMYK
RGB Variations
Color information
#5FDB8D (or 0x5FDB8D) is known color: Silver Tree. HEX triplet: 5F, DB and 8D. RGB value is (95,219,141). Sum of RGB (Red+Green+Blue) = 95+219+141=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDB8D is #A02472. Grayscale: #ADADAD. Windows color (decimal): -10495091 or 9296735. OLE color: 9296735.
HSL color Cylindrical-coordinate representation of color #5FDB8D: hue angle of 142.26º 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 #5FDB8D is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 141 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.14 |
| HSL | 142.26º | 0.63% | 0.62% | - |
| HSV(B) | 142.26º | 0.57% | 0.86% | - |
| XYZ | 34.86 | 55.02 | 33.98 | - |
| YUV | 173.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 141 | 0.57 | 0 | 0.36 | 0.14 | 142.26 | 0.63 | 0.62 |
| Hex | 5F | DB | 8D | 39 | 0 | 24 | E | 8E | 3F | 3E |
| Octal | 137 | 333 | 215 | 71 | 0 | 44 | 16 | 216 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10001101 | 111001 | 0 | 100100 | 1110 | 10001110 | 111111 | 111110 |
Color Harmonies of #5FDB8D
Complementary color
Monochromatic Colors of #5FDB8D
Black with #5FDB8D
Text Example
Text Example
White with #5FDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB8D; }
p { color: rgb(95,219,141); }
H1.HeaderClassName
{
color: #5FDB8D;
}
.AnyTagClassName
{
color: #5FDB8D;
}
</style>
background-color css
<style>
a { background-color: #5FDB8D; }
a { background-color: rgb(95,219,141); }
div.DivClassName
{
background-color: #5FDB8D;
}
.BgClassName
{
background-color: #5FDB8D;
}
</style>
border-color css
<style>
span { border-color: #5FDB8D; }
span { border-color: rgb(95,219,141); }
td.TdClassName
{
border-color: #5FDB8D;
}
.TagClassName
{
border-color: #5FDB8D;
}
</style>