Shades of Silver Tree #55D696
Tints of Silver Tree #55D696
RGB
CMYK
RGB Variations
Color information
#55D696 (or 0x55D696) is known color: Silver Tree. HEX triplet: 55, D6 and 96. RGB value is (85,214,150). Sum of RGB (Red+Green+Blue) = 85+214+150=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #55D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D696 is #AA2969. Grayscale: #A8A8A8. Windows color (decimal): -11151722 or 9885269. OLE color: 9885269.
HSL color Cylindrical-coordinate representation of color #55D696: hue angle of 150.23º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D696 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 150 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.16 |
| HSL | 150.23º | 0.61% | 0.59% | - |
| HSV(B) | 150.23º | 0.6% | 0.84% | - |
| XYZ | 33.3 | 52.23 | 37.18 | - |
| YUV | 168.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 150 | 0.60 | 0 | 0.30 | 0.16 | 150.23 | 0.61 | 0.59 |
| Hex | 55 | D6 | 96 | 3C | 0 | 1E | 10 | 96 | 3D | 3B |
| Octal | 125 | 326 | 226 | 74 | 0 | 36 | 20 | 226 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10010110 | 111100 | 0 | 11110 | 10000 | 10010110 | 111101 | 111011 |
Color Harmonies of #55D696
Complementary color
Monochromatic Colors of #55D696
Black with #55D696
Text Example
Text Example
White with #55D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D696; }
p { color: rgb(85,214,150); }
H1.HeaderClassName
{
color: #55D696;
}
.AnyTagClassName
{
color: #55D696;
}
</style>
background-color css
<style>
a { background-color: #55D696; }
a { background-color: rgb(85,214,150); }
div.DivClassName
{
background-color: #55D696;
}
.BgClassName
{
background-color: #55D696;
}
</style>
border-color css
<style>
span { border-color: #55D696; }
span { border-color: rgb(85,214,150); }
td.TdClassName
{
border-color: #55D696;
}
.TagClassName
{
border-color: #55D696;
}
</style>