Shades of Silver Tree #5FCF93
Tints of Silver Tree #5FCF93
RGB
CMYK
RGB Variations
Color information
#5FCF93 (or 0x5FCF93) is known color: Silver Tree. HEX triplet: 5F, CF and 93. RGB value is (95,207,147). Sum of RGB (Red+Green+Blue) = 95+207+147=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCF93 is #A0306C. Grayscale: #A6A6A6. Windows color (decimal): -10498157 or 9686879. OLE color: 9686879.
HSL color Cylindrical-coordinate representation of color #5FCF93: hue angle of 147.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF93 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 147 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.19 |
| HSL | 147.86º | 0.54% | 0.59% | - |
| HSV(B) | 147.86º | 0.54% | 0.81% | - |
| XYZ | 32.3 | 49.17 | 35.39 | - |
| YUV | 166.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 147 | 0.54 | 0 | 0.29 | 0.19 | 147.86 | 0.54 | 0.59 |
| Hex | 5F | CF | 93 | 36 | 0 | 1D | 13 | 94 | 36 | 3B |
| Octal | 137 | 317 | 223 | 66 | 0 | 35 | 23 | 224 | 66 | 73 |
| Binary | 1011111 | 11001111 | 10010011 | 110110 | 0 | 11101 | 10011 | 10010100 | 110110 | 111011 |
Color Harmonies of #5FCF93
Complementary color
Monochromatic Colors of #5FCF93
Black with #5FCF93
Text Example
Text Example
White with #5FCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF93; }
p { color: rgb(95,207,147); }
H1.HeaderClassName
{
color: #5FCF93;
}
.AnyTagClassName
{
color: #5FCF93;
}
</style>
background-color css
<style>
a { background-color: #5FCF93; }
a { background-color: rgb(95,207,147); }
div.DivClassName
{
background-color: #5FCF93;
}
.BgClassName
{
background-color: #5FCF93;
}
</style>
border-color css
<style>
span { border-color: #5FCF93; }
span { border-color: rgb(95,207,147); }
td.TdClassName
{
border-color: #5FCF93;
}
.TagClassName
{
border-color: #5FCF93;
}
</style>