Shades of Silver Tree #55D295
Tints of Silver Tree #55D295
RGB
CMYK
RGB Variations
Color information
#55D295 (or 0x55D295) is known color: Silver Tree. HEX triplet: 55, D2 and 95. RGB value is (85,210,149). Sum of RGB (Red+Green+Blue) = 85+210+149=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #55D295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D295 is #AA2D6A. Grayscale: #A5A5A5. Windows color (decimal): -11152747 or 9818709. OLE color: 9818709.
HSL color Cylindrical-coordinate representation of color #55D295: hue angle of 150.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D295 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 149 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.18 |
| HSL | 150.72º | 0.58% | 0.58% | - |
| HSV(B) | 150.72º | 0.6% | 0.82% | - |
| XYZ | 32.22 | 50.19 | 36.42 | - |
| YUV | 165.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 149 | 0.60 | 0 | 0.29 | 0.18 | 150.72 | 0.58 | 0.58 |
| Hex | 55 | D2 | 95 | 3C | 0 | 1D | 12 | 97 | 3A | 3A |
| Octal | 125 | 322 | 225 | 74 | 0 | 35 | 22 | 227 | 72 | 72 |
| Binary | 1010101 | 11010010 | 10010101 | 111100 | 0 | 11101 | 10010 | 10010111 | 111010 | 111010 |
Color Harmonies of #55D295
Complementary color
Monochromatic Colors of #55D295
Black with #55D295
Text Example
Text Example
White with #55D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D295; }
p { color: rgb(85,210,149); }
H1.HeaderClassName
{
color: #55D295;
}
.AnyTagClassName
{
color: #55D295;
}
</style>
background-color css
<style>
a { background-color: #55D295; }
a { background-color: rgb(85,210,149); }
div.DivClassName
{
background-color: #55D295;
}
.BgClassName
{
background-color: #55D295;
}
</style>
border-color css
<style>
span { border-color: #55D295; }
span { border-color: rgb(85,210,149); }
td.TdClassName
{
border-color: #55D295;
}
.TagClassName
{
border-color: #55D295;
}
</style>