Shades of Silver Tree #55CA95
Tints of Silver Tree #55CA95
RGB
CMYK
RGB Variations
Color information
#55CA95 (or 0x55CA95) is known color: Silver Tree. HEX triplet: 55, CA and 95. RGB value is (85,202,149). Sum of RGB (Red+Green+Blue) = 85+202+149=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA95 is #AA356A. Grayscale: #A1A1A1. Windows color (decimal): -11154795 or 9816661. OLE color: 9816661.
HSL color Cylindrical-coordinate representation of color #55CA95: hue angle of 152.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA95 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 149 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.21 |
| HSL | 152.82º | 0.52% | 0.56% | - |
| HSV(B) | 152.82º | 0.58% | 0.79% | - |
| XYZ | 30.29 | 46.34 | 35.78 | - |
| YUV | 160.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 149 | 0.58 | 0 | 0.26 | 0.21 | 152.82 | 0.52 | 0.56 |
| Hex | 55 | CA | 95 | 3A | 0 | 1A | 15 | 99 | 34 | 38 |
| Octal | 125 | 312 | 225 | 72 | 0 | 32 | 25 | 231 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10010101 | 111010 | 0 | 11010 | 10101 | 10011001 | 110100 | 111000 |
Color Harmonies of #55CA95
Complementary color
Monochromatic Colors of #55CA95
Black with #55CA95
Text Example
Text Example
White with #55CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA95; }
p { color: rgb(85,202,149); }
H1.HeaderClassName
{
color: #55CA95;
}
.AnyTagClassName
{
color: #55CA95;
}
</style>
background-color css
<style>
a { background-color: #55CA95; }
a { background-color: rgb(85,202,149); }
div.DivClassName
{
background-color: #55CA95;
}
.BgClassName
{
background-color: #55CA95;
}
</style>
border-color css
<style>
span { border-color: #55CA95; }
span { border-color: rgb(85,202,149); }
td.TdClassName
{
border-color: #55CA95;
}
.TagClassName
{
border-color: #55CA95;
}
</style>