Shades of Silver Tree #5FCD94
Tints of Silver Tree #5FCD94
RGB
CMYK
RGB Variations
Color information
#5FCD94 (or 0x5FCD94) is known color: Silver Tree. HEX triplet: 5F, CD and 94. RGB value is (95,205,148). Sum of RGB (Red+Green+Blue) = 95+205+148=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD94 is #A0326B. Grayscale: #A5A5A5. Windows color (decimal): -10498668 or 9751903. OLE color: 9751903.
HSL color Cylindrical-coordinate representation of color #5FCD94: hue angle of 148.91º 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 #5FCD94 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 148 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.20 |
| HSL | 148.91º | 0.52% | 0.59% | - |
| HSV(B) | 148.91º | 0.54% | 0.8% | - |
| XYZ | 31.9 | 48.23 | 35.65 | - |
| YUV | 165.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 148 | 0.54 | 0 | 0.28 | 0.20 | 148.91 | 0.52 | 0.59 |
| Hex | 5F | CD | 94 | 36 | 0 | 1C | 14 | 95 | 34 | 3B |
| Octal | 137 | 315 | 224 | 66 | 0 | 34 | 24 | 225 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10010100 | 110110 | 0 | 11100 | 10100 | 10010101 | 110100 | 111011 |
Color Harmonies of #5FCD94
Complementary color
Monochromatic Colors of #5FCD94
Black with #5FCD94
Text Example
Text Example
White with #5FCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD94; }
p { color: rgb(95,205,148); }
H1.HeaderClassName
{
color: #5FCD94;
}
.AnyTagClassName
{
color: #5FCD94;
}
</style>
background-color css
<style>
a { background-color: #5FCD94; }
a { background-color: rgb(95,205,148); }
div.DivClassName
{
background-color: #5FCD94;
}
.BgClassName
{
background-color: #5FCD94;
}
</style>
border-color css
<style>
span { border-color: #5FCD94; }
span { border-color: rgb(95,205,148); }
td.TdClassName
{
border-color: #5FCD94;
}
.TagClassName
{
border-color: #5FCD94;
}
</style>