Shades of Silver Tree #55CE96
Tints of Silver Tree #55CE96
RGB
CMYK
RGB Variations
Color information
#55CE96 (or 0x55CE96) is known color: Silver Tree. HEX triplet: 55, CE and 96. RGB value is (85,206,150). Sum of RGB (Red+Green+Blue) = 85+206+150=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE96 is #AA3169. Grayscale: #A3A3A3. Windows color (decimal): -11153770 or 9883221. OLE color: 9883221.
HSL color Cylindrical-coordinate representation of color #55CE96: hue angle of 152.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE96 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 150 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.19 |
| HSL | 152.23º | 0.55% | 0.57% | - |
| HSV(B) | 152.23º | 0.59% | 0.81% | - |
| XYZ | 31.32 | 48.28 | 36.52 | - |
| YUV | 163.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 150 | 0.59 | 0 | 0.27 | 0.19 | 152.23 | 0.55 | 0.57 |
| Hex | 55 | CE | 96 | 3B | 0 | 1B | 13 | 98 | 37 | 39 |
| Octal | 125 | 316 | 226 | 73 | 0 | 33 | 23 | 230 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10010110 | 111011 | 0 | 11011 | 10011 | 10011000 | 110111 | 111001 |
Color Harmonies of #55CE96
Complementary color
Monochromatic Colors of #55CE96
Black with #55CE96
Text Example
Text Example
White with #55CE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE96; }
p { color: rgb(85,206,150); }
H1.HeaderClassName
{
color: #55CE96;
}
.AnyTagClassName
{
color: #55CE96;
}
</style>
background-color css
<style>
a { background-color: #55CE96; }
a { background-color: rgb(85,206,150); }
div.DivClassName
{
background-color: #55CE96;
}
.BgClassName
{
background-color: #55CE96;
}
</style>
border-color css
<style>
span { border-color: #55CE96; }
span { border-color: rgb(85,206,150); }
td.TdClassName
{
border-color: #55CE96;
}
.TagClassName
{
border-color: #55CE96;
}
</style>