Shades of Silver Tree #5FCD95
Tints of Silver Tree #5FCD95
RGB
CMYK
RGB Variations
Color information
#5FCD95 (or 0x5FCD95) is known color: Silver Tree. HEX triplet: 5F, CD and 95. RGB value is (95,205,149). Sum of RGB (Red+Green+Blue) = 95+205+149=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD95 is #A0326A. Grayscale: #A5A5A5. Windows color (decimal): -10498667 or 9817439. OLE color: 9817439.
HSL color Cylindrical-coordinate representation of color #5FCD95: hue angle of 149.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD95 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 149 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.20 |
| HSL | 149.45º | 0.52% | 0.59% | - |
| HSV(B) | 149.45º | 0.54% | 0.8% | - |
| XYZ | 31.98 | 48.27 | 36.06 | - |
| YUV | 165.73 | 118.56 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 149 | 0.54 | 0 | 0.27 | 0.20 | 149.45 | 0.52 | 0.59 |
| Hex | 5F | CD | 95 | 36 | 0 | 1B | 14 | 95 | 34 | 3B |
| Octal | 137 | 315 | 225 | 66 | 0 | 33 | 24 | 225 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10010101 | 110110 | 0 | 11011 | 10100 | 10010101 | 110100 | 111011 |
Color Harmonies of #5FCD95
Complementary color
Monochromatic Colors of #5FCD95
Black with #5FCD95
Text Example
Text Example
White with #5FCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD95; }
p { color: rgb(95,205,149); }
H1.HeaderClassName
{
color: #5FCD95;
}
.AnyTagClassName
{
color: #5FCD95;
}
</style>
background-color css
<style>
a { background-color: #5FCD95; }
a { background-color: rgb(95,205,149); }
div.DivClassName
{
background-color: #5FCD95;
}
.BgClassName
{
background-color: #5FCD95;
}
</style>
border-color css
<style>
span { border-color: #5FCD95; }
span { border-color: rgb(95,205,149); }
td.TdClassName
{
border-color: #5FCD95;
}
.TagClassName
{
border-color: #5FCD95;
}
</style>