Shades of Silver Tree #55CF91
Tints of Silver Tree #55CF91
RGB
CMYK
RGB Variations
Color information
#55CF91 (or 0x55CF91) is known color: Silver Tree. HEX triplet: 55, CF and 91. RGB value is (85,207,145). Sum of RGB (Red+Green+Blue) = 85+207+145=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF91 is #AA306E. Grayscale: #A3A3A3. Windows color (decimal): -11153519 or 9555797. OLE color: 9555797.
HSL color Cylindrical-coordinate representation of color #55CF91: hue angle of 149.51º degrees, saturation: 0.56, 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 #55CF91 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 145 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.19 |
| HSL | 149.51º | 0.56% | 0.57% | - |
| HSV(B) | 149.51º | 0.59% | 0.81% | - |
| XYZ | 31.17 | 48.6 | 34.53 | - |
| YUV | 163.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 145 | 0.59 | 0 | 0.30 | 0.19 | 149.51 | 0.56 | 0.57 |
| Hex | 55 | CF | 91 | 3B | 0 | 1E | 13 | 96 | 38 | 39 |
| Octal | 125 | 317 | 221 | 73 | 0 | 36 | 23 | 226 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10010001 | 111011 | 0 | 11110 | 10011 | 10010110 | 111000 | 111001 |
Color Harmonies of #55CF91
Complementary color
Monochromatic Colors of #55CF91
Black with #55CF91
Text Example
Text Example
White with #55CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF91; }
p { color: rgb(85,207,145); }
H1.HeaderClassName
{
color: #55CF91;
}
.AnyTagClassName
{
color: #55CF91;
}
</style>
background-color css
<style>
a { background-color: #55CF91; }
a { background-color: rgb(85,207,145); }
div.DivClassName
{
background-color: #55CF91;
}
.BgClassName
{
background-color: #55CF91;
}
</style>
border-color css
<style>
span { border-color: #55CF91; }
span { border-color: rgb(85,207,145); }
td.TdClassName
{
border-color: #55CF91;
}
.TagClassName
{
border-color: #55CF91;
}
</style>