Shades of Silver Tree #55C98E
Tints of Silver Tree #55C98E
RGB
CMYK
RGB Variations
Color information
#55C98E (or 0x55C98E) is known color: Silver Tree. HEX triplet: 55, C9 and 8E. RGB value is (85,201,142). Sum of RGB (Red+Green+Blue) = 85+201+142=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #55C98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C98E is #AA3671. Grayscale: #9F9F9F. Windows color (decimal): -11155058 or 9357653. OLE color: 9357653.
HSL color Cylindrical-coordinate representation of color #55C98E: hue angle of 149.48º 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 #55C98E is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 142 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.21 |
| HSL | 149.48º | 0.52% | 0.56% | - |
| HSV(B) | 149.48º | 0.58% | 0.79% | - |
| XYZ | 29.52 | 45.66 | 32.85 | - |
| YUV | 159.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 142 | 0.58 | 0 | 0.29 | 0.21 | 149.48 | 0.52 | 0.56 |
| Hex | 55 | C9 | 8E | 3A | 0 | 1D | 15 | 95 | 34 | 38 |
| Octal | 125 | 311 | 216 | 72 | 0 | 35 | 25 | 225 | 64 | 70 |
| Binary | 1010101 | 11001001 | 10001110 | 111010 | 0 | 11101 | 10101 | 10010101 | 110100 | 111000 |
Color Harmonies of #55C98E
Complementary color
Monochromatic Colors of #55C98E
Black with #55C98E
Text Example
Text Example
White with #55C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C98E; }
p { color: rgb(85,201,142); }
H1.HeaderClassName
{
color: #55C98E;
}
.AnyTagClassName
{
color: #55C98E;
}
</style>
background-color css
<style>
a { background-color: #55C98E; }
a { background-color: rgb(85,201,142); }
div.DivClassName
{
background-color: #55C98E;
}
.BgClassName
{
background-color: #55C98E;
}
</style>
border-color css
<style>
span { border-color: #55C98E; }
span { border-color: rgb(85,201,142); }
td.TdClassName
{
border-color: #55C98E;
}
.TagClassName
{
border-color: #55C98E;
}
</style>