Shades of Silver Tree #55CF8D
Tints of Silver Tree #55CF8D
RGB
CMYK
RGB Variations
Color information
#55CF8D (or 0x55CF8D) is known color: Silver Tree. HEX triplet: 55, CF and 8D. RGB value is (85,207,141). Sum of RGB (Red+Green+Blue) = 85+207+141=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF8D is #AA3072. Grayscale: #A3A3A3. Windows color (decimal): -11153523 or 9293653. OLE color: 9293653.
HSL color Cylindrical-coordinate representation of color #55CF8D: hue angle of 147.54º 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 #55CF8D is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 141 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.19 |
| HSL | 147.54º | 0.56% | 0.57% | - |
| HSV(B) | 147.54º | 0.59% | 0.81% | - |
| XYZ | 30.87 | 48.48 | 32.93 | - |
| YUV | 163 | 115.58 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 141 | 0.59 | 0 | 0.32 | 0.19 | 147.54 | 0.56 | 0.57 |
| Hex | 55 | CF | 8D | 3B | 0 | 20 | 13 | 94 | 38 | 39 |
| Octal | 125 | 317 | 215 | 73 | 0 | 40 | 23 | 224 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10001101 | 111011 | 0 | 100000 | 10011 | 10010100 | 111000 | 111001 |
Color Harmonies of #55CF8D
Complementary color
Monochromatic Colors of #55CF8D
Black with #55CF8D
Text Example
Text Example
White with #55CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF8D; }
p { color: rgb(85,207,141); }
H1.HeaderClassName
{
color: #55CF8D;
}
.AnyTagClassName
{
color: #55CF8D;
}
</style>
background-color css
<style>
a { background-color: #55CF8D; }
a { background-color: rgb(85,207,141); }
div.DivClassName
{
background-color: #55CF8D;
}
.BgClassName
{
background-color: #55CF8D;
}
</style>
border-color css
<style>
span { border-color: #55CF8D; }
span { border-color: rgb(85,207,141); }
td.TdClassName
{
border-color: #55CF8D;
}
.TagClassName
{
border-color: #55CF8D;
}
</style>