Shades of Silver Tree #5FC08A
Tints of Silver Tree #5FC08A
RGB
CMYK
RGB Variations
Color information
#5FC08A (or 0x5FC08A) is known color: Silver Tree. HEX triplet: 5F, C0 and 8A. RGB value is (95,192,138). Sum of RGB (Red+Green+Blue) = 95+192+138=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC08A is #A03F75. Grayscale: #9C9C9C. Windows color (decimal): -10502006 or 9093215. OLE color: 9093215.
HSL color Cylindrical-coordinate representation of color #5FC08A: hue angle of 146.6º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC08A is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 138 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.25 |
| HSL | 146.6º | 0.43% | 0.56% | - |
| HSV(B) | 146.6º | 0.51% | 0.75% | - |
| XYZ | 28.16 | 41.97 | 30.66 | - |
| YUV | 156.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 138 | 0.51 | 0 | 0.28 | 0.25 | 146.6 | 0.43 | 0.56 |
| Hex | 5F | C0 | 8A | 33 | 0 | 1C | 19 | 93 | 2B | 38 |
| Octal | 137 | 300 | 212 | 63 | 0 | 34 | 31 | 223 | 53 | 70 |
| Binary | 1011111 | 11000000 | 10001010 | 110011 | 0 | 11100 | 11001 | 10010011 | 101011 | 111000 |
Color Harmonies of #5FC08A
Complementary color
Monochromatic Colors of #5FC08A
Black with #5FC08A
Text Example
Text Example
White with #5FC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC08A; }
p { color: rgb(95,192,138); }
H1.HeaderClassName
{
color: #5FC08A;
}
.AnyTagClassName
{
color: #5FC08A;
}
</style>
background-color css
<style>
a { background-color: #5FC08A; }
a { background-color: rgb(95,192,138); }
div.DivClassName
{
background-color: #5FC08A;
}
.BgClassName
{
background-color: #5FC08A;
}
</style>
border-color css
<style>
span { border-color: #5FC08A; }
span { border-color: rgb(95,192,138); }
td.TdClassName
{
border-color: #5FC08A;
}
.TagClassName
{
border-color: #5FC08A;
}
</style>