Shades of Silver Tree #55C388
Tints of Silver Tree #55C388
RGB
CMYK
RGB Variations
Color information
#55C388 (or 0x55C388) is known color: Silver Tree. HEX triplet: 55, C3 and 88. RGB value is (85,195,136). Sum of RGB (Red+Green+Blue) = 85+195+136=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #55C388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C388 is #AA3C77. Grayscale: #9B9B9B. Windows color (decimal): -11156600 or 8962901. OLE color: 8962901.
HSL color Cylindrical-coordinate representation of color #55C388: hue angle of 147.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C388 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 136 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.24 |
| HSL | 147.82º | 0.48% | 0.55% | - |
| HSV(B) | 147.82º | 0.56% | 0.76% | - |
| XYZ | 27.71 | 42.74 | 30.08 | - |
| YUV | 155.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 136 | 0.56 | 0 | 0.30 | 0.24 | 147.82 | 0.48 | 0.55 |
| Hex | 55 | C3 | 88 | 38 | 0 | 1E | 18 | 94 | 30 | 37 |
| Octal | 125 | 303 | 210 | 70 | 0 | 36 | 30 | 224 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10001000 | 111000 | 0 | 11110 | 11000 | 10010100 | 110000 | 110111 |
Color Harmonies of #55C388
Complementary color
Monochromatic Colors of #55C388
Black with #55C388
Text Example
Text Example
White with #55C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C388; }
p { color: rgb(85,195,136); }
H1.HeaderClassName
{
color: #55C388;
}
.AnyTagClassName
{
color: #55C388;
}
</style>
background-color css
<style>
a { background-color: #55C388; }
a { background-color: rgb(85,195,136); }
div.DivClassName
{
background-color: #55C388;
}
.BgClassName
{
background-color: #55C388;
}
</style>
border-color css
<style>
span { border-color: #55C388; }
span { border-color: rgb(85,195,136); }
td.TdClassName
{
border-color: #55C388;
}
.TagClassName
{
border-color: #55C388;
}
</style>