Shades of Silver Tree #55C38E
Tints of Silver Tree #55C38E
RGB
CMYK
RGB Variations
Color information
#55C38E (or 0x55C38E) is known color: Silver Tree. HEX triplet: 55, C3 and 8E. RGB value is (85,195,142). Sum of RGB (Red+Green+Blue) = 85+195+142=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #55C38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C38E is #AA3C71. Grayscale: #9C9C9C. Windows color (decimal): -11156594 or 9356117. OLE color: 9356117.
HSL color Cylindrical-coordinate representation of color #55C38E: hue angle of 151.09º 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 #55C38E is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 142 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.24 |
| HSL | 151.09º | 0.48% | 0.55% | - |
| HSV(B) | 151.09º | 0.56% | 0.76% | - |
| XYZ | 28.14 | 42.91 | 32.39 | - |
| YUV | 156.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 142 | 0.56 | 0 | 0.27 | 0.24 | 151.09 | 0.48 | 0.55 |
| Hex | 55 | C3 | 8E | 38 | 0 | 1B | 18 | 97 | 30 | 37 |
| Octal | 125 | 303 | 216 | 70 | 0 | 33 | 30 | 227 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10001110 | 111000 | 0 | 11011 | 11000 | 10010111 | 110000 | 110111 |
Color Harmonies of #55C38E
Complementary color
Monochromatic Colors of #55C38E
Black with #55C38E
Text Example
Text Example
White with #55C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C38E; }
p { color: rgb(85,195,142); }
H1.HeaderClassName
{
color: #55C38E;
}
.AnyTagClassName
{
color: #55C38E;
}
</style>
background-color css
<style>
a { background-color: #55C38E; }
a { background-color: rgb(85,195,142); }
div.DivClassName
{
background-color: #55C38E;
}
.BgClassName
{
background-color: #55C38E;
}
</style>
border-color css
<style>
span { border-color: #55C38E; }
span { border-color: rgb(85,195,142); }
td.TdClassName
{
border-color: #55C38E;
}
.TagClassName
{
border-color: #55C38E;
}
</style>