Shades of Silver Tree #55CE90
Tints of Silver Tree #55CE90
RGB
CMYK
RGB Variations
Color information
#55CE90 (or 0x55CE90) is known color: Silver Tree. HEX triplet: 55, CE and 90. RGB value is (85,206,144). Sum of RGB (Red+Green+Blue) = 85+206+144=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE90 is #AA316F. Grayscale: #A2A2A2. Windows color (decimal): -11153776 or 9490005. OLE color: 9490005.
HSL color Cylindrical-coordinate representation of color #55CE90: hue angle of 149.26º 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 #55CE90 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 144 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.19 |
| HSL | 149.26º | 0.55% | 0.57% | - |
| HSV(B) | 149.26º | 0.59% | 0.81% | - |
| XYZ | 30.85 | 48.09 | 34.04 | - |
| YUV | 162.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 144 | 0.59 | 0 | 0.30 | 0.19 | 149.26 | 0.55 | 0.57 |
| Hex | 55 | CE | 90 | 3B | 0 | 1E | 13 | 95 | 37 | 39 |
| Octal | 125 | 316 | 220 | 73 | 0 | 36 | 23 | 225 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10010000 | 111011 | 0 | 11110 | 10011 | 10010101 | 110111 | 111001 |
Color Harmonies of #55CE90
Complementary color
Monochromatic Colors of #55CE90
Black with #55CE90
Text Example
Text Example
White with #55CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE90; }
p { color: rgb(85,206,144); }
H1.HeaderClassName
{
color: #55CE90;
}
.AnyTagClassName
{
color: #55CE90;
}
</style>
background-color css
<style>
a { background-color: #55CE90; }
a { background-color: rgb(85,206,144); }
div.DivClassName
{
background-color: #55CE90;
}
.BgClassName
{
background-color: #55CE90;
}
</style>
border-color css
<style>
span { border-color: #55CE90; }
span { border-color: rgb(85,206,144); }
td.TdClassName
{
border-color: #55CE90;
}
.TagClassName
{
border-color: #55CE90;
}
</style>