Shades of Silver Tree #55C58C
Tints of Silver Tree #55C58C
RGB
CMYK
RGB Variations
Color information
#55C58C (or 0x55C58C) is known color: Silver Tree. HEX triplet: 55, C5 and 8C. RGB value is (85,197,140). Sum of RGB (Red+Green+Blue) = 85+197+140=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #55C58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C58C is #AA3A73. Grayscale: #9D9D9D. Windows color (decimal): -11156084 or 9225557. OLE color: 9225557.
HSL color Cylindrical-coordinate representation of color #55C58C: hue angle of 149.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C58C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 140 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.23 |
| HSL | 149.46º | 0.49% | 0.55% | - |
| HSV(B) | 149.46º | 0.57% | 0.77% | - |
| XYZ | 28.45 | 43.76 | 31.76 | - |
| YUV | 157.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 140 | 0.57 | 0 | 0.29 | 0.23 | 149.46 | 0.49 | 0.55 |
| Hex | 55 | C5 | 8C | 39 | 0 | 1D | 17 | 95 | 31 | 37 |
| Octal | 125 | 305 | 214 | 71 | 0 | 35 | 27 | 225 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10001100 | 111001 | 0 | 11101 | 10111 | 10010101 | 110001 | 110111 |
Color Harmonies of #55C58C
Complementary color
Monochromatic Colors of #55C58C
Black with #55C58C
Text Example
Text Example
White with #55C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C58C; }
p { color: rgb(85,197,140); }
H1.HeaderClassName
{
color: #55C58C;
}
.AnyTagClassName
{
color: #55C58C;
}
</style>
background-color css
<style>
a { background-color: #55C58C; }
a { background-color: rgb(85,197,140); }
div.DivClassName
{
background-color: #55C58C;
}
.BgClassName
{
background-color: #55C58C;
}
</style>
border-color css
<style>
span { border-color: #55C58C; }
span { border-color: rgb(85,197,140); }
td.TdClassName
{
border-color: #55C58C;
}
.TagClassName
{
border-color: #55C58C;
}
</style>