Shades of Silver Tree #55C28F
Tints of Silver Tree #55C28F
RGB
CMYK
RGB Variations
Color information
#55C28F (or 0x55C28F) is known color: Silver Tree. HEX triplet: 55, C2 and 8F. RGB value is (85,194,143). Sum of RGB (Red+Green+Blue) = 85+194+143=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #55C28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C28F is #AA3D70. Grayscale: #9B9B9B. Windows color (decimal): -11156849 or 9421397. OLE color: 9421397.
HSL color Cylindrical-coordinate representation of color #55C28F: hue angle of 151.93º degrees, saturation: 0.47, 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 #55C28F is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 143 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.24 |
| HSL | 151.93º | 0.47% | 0.55% | - |
| HSV(B) | 151.93º | 0.56% | 0.76% | - |
| XYZ | 28 | 42.5 | 32.71 | - |
| YUV | 155.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 143 | 0.56 | 0 | 0.26 | 0.24 | 151.93 | 0.47 | 0.55 |
| Hex | 55 | C2 | 8F | 38 | 0 | 1A | 18 | 98 | 2F | 37 |
| Octal | 125 | 302 | 217 | 70 | 0 | 32 | 30 | 230 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10001111 | 111000 | 0 | 11010 | 11000 | 10011000 | 101111 | 110111 |
Color Harmonies of #55C28F
Complementary color
Monochromatic Colors of #55C28F
Black with #55C28F
Text Example
Text Example
White with #55C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C28F; }
p { color: rgb(85,194,143); }
H1.HeaderClassName
{
color: #55C28F;
}
.AnyTagClassName
{
color: #55C28F;
}
</style>
background-color css
<style>
a { background-color: #55C28F; }
a { background-color: rgb(85,194,143); }
div.DivClassName
{
background-color: #55C28F;
}
.BgClassName
{
background-color: #55C28F;
}
</style>
border-color css
<style>
span { border-color: #55C28F; }
span { border-color: rgb(85,194,143); }
td.TdClassName
{
border-color: #55C28F;
}
.TagClassName
{
border-color: #55C28F;
}
</style>