Shades of Silver Tree #5FCC8C
Tints of Silver Tree #5FCC8C
RGB
CMYK
RGB Variations
Color information
#5FCC8C (or 0x5FCC8C) is known color: Silver Tree. HEX triplet: 5F, CC and 8C. RGB value is (95,204,140). Sum of RGB (Red+Green+Blue) = 95+204+140=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCC8C is #A03373. Grayscale: #A4A4A4. Windows color (decimal): -10498932 or 9227359. OLE color: 9227359.
HSL color Cylindrical-coordinate representation of color #5FCC8C: hue angle of 144.77º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC8C is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 140 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.2 |
| HSL | 144.77º | 0.52% | 0.59% | - |
| HSV(B) | 144.77º | 0.53% | 0.8% | - |
| XYZ | 31.05 | 47.51 | 32.35 | - |
| YUV | 164.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 140 | 0.53 | 0 | 0.31 | 0.2 | 144.77 | 0.52 | 0.59 |
| Hex | 5F | CC | 8C | 35 | 0 | 1F | 14 | 91 | 34 | 3B |
| Octal | 137 | 314 | 214 | 65 | 0 | 37 | 24 | 221 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10001100 | 110101 | 0 | 11111 | 10100 | 10010001 | 110100 | 111011 |
Color Harmonies of #5FCC8C
Complementary color
Monochromatic Colors of #5FCC8C
Black with #5FCC8C
Text Example
Text Example
White with #5FCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC8C; }
p { color: rgb(95,204,140); }
H1.HeaderClassName
{
color: #5FCC8C;
}
.AnyTagClassName
{
color: #5FCC8C;
}
</style>
background-color css
<style>
a { background-color: #5FCC8C; }
a { background-color: rgb(95,204,140); }
div.DivClassName
{
background-color: #5FCC8C;
}
.BgClassName
{
background-color: #5FCC8C;
}
</style>
border-color css
<style>
span { border-color: #5FCC8C; }
span { border-color: rgb(95,204,140); }
td.TdClassName
{
border-color: #5FCC8C;
}
.TagClassName
{
border-color: #5FCC8C;
}
</style>