Shades of Silver Tree #55C489
Tints of Silver Tree #55C489
RGB
CMYK
RGB Variations
Color information
#55C489 (or 0x55C489) is known color: Silver Tree. HEX triplet: 55, C4 and 89. RGB value is (85,196,137). Sum of RGB (Red+Green+Blue) = 85+196+137=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #55C489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C489 is #AA3B76. Grayscale: #9C9C9C. Windows color (decimal): -11156343 or 9028693. OLE color: 9028693.
HSL color Cylindrical-coordinate representation of color #55C489: hue angle of 148.11º degrees, saturation: 0.48, 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 #55C489 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 137 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.23 |
| HSL | 148.11º | 0.48% | 0.55% | - |
| HSV(B) | 148.11º | 0.57% | 0.77% | - |
| XYZ | 28 | 43.22 | 30.53 | - |
| YUV | 156.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 137 | 0.57 | 0 | 0.30 | 0.23 | 148.11 | 0.48 | 0.55 |
| Hex | 55 | C4 | 89 | 39 | 0 | 1E | 17 | 94 | 30 | 37 |
| Octal | 125 | 304 | 211 | 71 | 0 | 36 | 27 | 224 | 60 | 67 |
| Binary | 1010101 | 11000100 | 10001001 | 111001 | 0 | 11110 | 10111 | 10010100 | 110000 | 110111 |
Color Harmonies of #55C489
Complementary color
Monochromatic Colors of #55C489
Black with #55C489
Text Example
Text Example
White with #55C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C489; }
p { color: rgb(85,196,137); }
H1.HeaderClassName
{
color: #55C489;
}
.AnyTagClassName
{
color: #55C489;
}
</style>
background-color css
<style>
a { background-color: #55C489; }
a { background-color: rgb(85,196,137); }
div.DivClassName
{
background-color: #55C489;
}
.BgClassName
{
background-color: #55C489;
}
</style>
border-color css
<style>
span { border-color: #55C489; }
span { border-color: rgb(85,196,137); }
td.TdClassName
{
border-color: #55C489;
}
.TagClassName
{
border-color: #55C489;
}
</style>