Shades of Silver Tree #55CF8E
Tints of Silver Tree #55CF8E
RGB
CMYK
RGB Variations
Color information
#55CF8E (or 0x55CF8E) is known color: Silver Tree. HEX triplet: 55, CF and 8E. RGB value is (85,207,142). Sum of RGB (Red+Green+Blue) = 85+207+142=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF8E is #AA3071. Grayscale: #A3A3A3. Windows color (decimal): -11153522 or 9359189. OLE color: 9359189.
HSL color Cylindrical-coordinate representation of color #55CF8E: hue angle of 148.03º 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 #55CF8E is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 142 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.19 |
| HSL | 148.03º | 0.56% | 0.57% | - |
| HSV(B) | 148.03º | 0.59% | 0.81% | - |
| XYZ | 30.94 | 48.51 | 33.32 | - |
| YUV | 163.11 | 116.08 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 142 | 0.59 | 0 | 0.31 | 0.19 | 148.03 | 0.56 | 0.57 |
| Hex | 55 | CF | 8E | 3B | 0 | 1F | 13 | 94 | 38 | 39 |
| Octal | 125 | 317 | 216 | 73 | 0 | 37 | 23 | 224 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10001110 | 111011 | 0 | 11111 | 10011 | 10010100 | 111000 | 111001 |
Color Harmonies of #55CF8E
Complementary color
Monochromatic Colors of #55CF8E
Black with #55CF8E
Text Example
Text Example
White with #55CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF8E; }
p { color: rgb(85,207,142); }
H1.HeaderClassName
{
color: #55CF8E;
}
.AnyTagClassName
{
color: #55CF8E;
}
</style>
background-color css
<style>
a { background-color: #55CF8E; }
a { background-color: rgb(85,207,142); }
div.DivClassName
{
background-color: #55CF8E;
}
.BgClassName
{
background-color: #55CF8E;
}
</style>
border-color css
<style>
span { border-color: #55CF8E; }
span { border-color: rgb(85,207,142); }
td.TdClassName
{
border-color: #55CF8E;
}
.TagClassName
{
border-color: #55CF8E;
}
</style>