Shades of Silver Tree #55D195
Tints of Silver Tree #55D195
RGB
CMYK
RGB Variations
Color information
#55D195 (or 0x55D195) is known color: Silver Tree. HEX triplet: 55, D1 and 95. RGB value is (85,209,149). Sum of RGB (Red+Green+Blue) = 85+209+149=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #55D195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D195 is #AA2E6A. Grayscale: #A5A5A5. Windows color (decimal): -11153003 or 9818453. OLE color: 9818453.
HSL color Cylindrical-coordinate representation of color #55D195: hue angle of 150.97º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D195 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 149 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.18 |
| HSL | 150.97º | 0.57% | 0.58% | - |
| HSV(B) | 150.97º | 0.59% | 0.82% | - |
| XYZ | 31.97 | 49.7 | 36.34 | - |
| YUV | 165.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 149 | 0.59 | 0 | 0.29 | 0.18 | 150.97 | 0.57 | 0.58 |
| Hex | 55 | D1 | 95 | 3B | 0 | 1D | 12 | 97 | 39 | 3A |
| Octal | 125 | 321 | 225 | 73 | 0 | 35 | 22 | 227 | 71 | 72 |
| Binary | 1010101 | 11010001 | 10010101 | 111011 | 0 | 11101 | 10010 | 10010111 | 111001 | 111010 |
Color Harmonies of #55D195
Complementary color
Monochromatic Colors of #55D195
Black with #55D195
Text Example
Text Example
White with #55D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D195; }
p { color: rgb(85,209,149); }
H1.HeaderClassName
{
color: #55D195;
}
.AnyTagClassName
{
color: #55D195;
}
</style>
background-color css
<style>
a { background-color: #55D195; }
a { background-color: rgb(85,209,149); }
div.DivClassName
{
background-color: #55D195;
}
.BgClassName
{
background-color: #55D195;
}
</style>
border-color css
<style>
span { border-color: #55D195; }
span { border-color: rgb(85,209,149); }
td.TdClassName
{
border-color: #55D195;
}
.TagClassName
{
border-color: #55D195;
}
</style>