Shades of Silver Tree #55C58D
Tints of Silver Tree #55C58D
RGB
CMYK
RGB Variations
Color information
#55C58D (or 0x55C58D) is known color: Silver Tree. HEX triplet: 55, C5 and 8D. RGB value is (85,197,141). Sum of RGB (Red+Green+Blue) = 85+197+141=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #55C58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C58D is #AA3A72. Grayscale: #9D9D9D. Windows color (decimal): -11156083 or 9291093. OLE color: 9291093.
HSL color Cylindrical-coordinate representation of color #55C58D: hue angle of 150º 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 #55C58D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 141 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.23 |
| HSL | 150º | 0.49% | 0.55% | - |
| HSV(B) | 150º | 0.57% | 0.77% | - |
| XYZ | 28.52 | 43.79 | 32.15 | - |
| YUV | 157.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 141 | 0.57 | 0 | 0.28 | 0.23 | 150 | 0.49 | 0.55 |
| Hex | 55 | C5 | 8D | 39 | 0 | 1C | 17 | 96 | 31 | 37 |
| Octal | 125 | 305 | 215 | 71 | 0 | 34 | 27 | 226 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10001101 | 111001 | 0 | 11100 | 10111 | 10010110 | 110001 | 110111 |
Color Harmonies of #55C58D
Complementary color
Monochromatic Colors of #55C58D
Black with #55C58D
Text Example
Text Example
White with #55C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C58D; }
p { color: rgb(85,197,141); }
H1.HeaderClassName
{
color: #55C58D;
}
.AnyTagClassName
{
color: #55C58D;
}
</style>
background-color css
<style>
a { background-color: #55C58D; }
a { background-color: rgb(85,197,141); }
div.DivClassName
{
background-color: #55C58D;
}
.BgClassName
{
background-color: #55C58D;
}
</style>
border-color css
<style>
span { border-color: #55C58D; }
span { border-color: rgb(85,197,141); }
td.TdClassName
{
border-color: #55C58D;
}
.TagClassName
{
border-color: #55C58D;
}
</style>