Shades of Silver Tree #5FDC8F
Tints of Silver Tree #5FDC8F
RGB
CMYK
RGB Variations
Color information
#5FDC8F (or 0x5FDC8F) is known color: Silver Tree. HEX triplet: 5F, DC and 8F. RGB value is (95,220,143). Sum of RGB (Red+Green+Blue) = 95+220+143=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDC8F is #A02370. Grayscale: #AEAEAE. Windows color (decimal): -10494833 or 9428063. OLE color: 9428063.
HSL color Cylindrical-coordinate representation of color #5FDC8F: hue angle of 143.04º 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 #5FDC8F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 143 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.14 |
| HSL | 143.04º | 0.64% | 0.62% | - |
| HSV(B) | 143.04º | 0.57% | 0.86% | - |
| XYZ | 35.27 | 55.6 | 34.86 | - |
| YUV | 173.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 143 | 0.57 | 0 | 0.35 | 0.14 | 143.04 | 0.64 | 0.62 |
| Hex | 5F | DC | 8F | 39 | 0 | 23 | E | 8F | 40 | 3E |
| Octal | 137 | 334 | 217 | 71 | 0 | 43 | 16 | 217 | 100 | 76 |
| Binary | 1011111 | 11011100 | 10001111 | 111001 | 0 | 100011 | 1110 | 10001111 | 1000000 | 111110 |
Color Harmonies of #5FDC8F
Complementary color
Monochromatic Colors of #5FDC8F
Black with #5FDC8F
Text Example
Text Example
White with #5FDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC8F; }
p { color: rgb(95,220,143); }
H1.HeaderClassName
{
color: #5FDC8F;
}
.AnyTagClassName
{
color: #5FDC8F;
}
</style>
background-color css
<style>
a { background-color: #5FDC8F; }
a { background-color: rgb(95,220,143); }
div.DivClassName
{
background-color: #5FDC8F;
}
.BgClassName
{
background-color: #5FDC8F;
}
</style>
border-color css
<style>
span { border-color: #5FDC8F; }
span { border-color: rgb(95,220,143); }
td.TdClassName
{
border-color: #5FDC8F;
}
.TagClassName
{
border-color: #5FDC8F;
}
</style>