Shades of Silver Tree #55CB8F
Tints of Silver Tree #55CB8F
RGB
CMYK
RGB Variations
Color information
#55CB8F (or 0x55CB8F) is known color: Silver Tree. HEX triplet: 55, CB and 8F. RGB value is (85,203,143). Sum of RGB (Red+Green+Blue) = 85+203+143=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB8F is #AA3470. Grayscale: #A0A0A0. Windows color (decimal): -11154545 or 9423701. OLE color: 9423701.
HSL color Cylindrical-coordinate representation of color #55CB8F: hue angle of 149.49º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB8F is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 143 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.20 |
| HSL | 149.49º | 0.53% | 0.56% | - |
| HSV(B) | 149.49º | 0.58% | 0.8% | - |
| XYZ | 30.06 | 46.63 | 33.4 | - |
| YUV | 160.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 143 | 0.58 | 0 | 0.30 | 0.20 | 149.49 | 0.53 | 0.56 |
| Hex | 55 | CB | 8F | 3A | 0 | 1E | 14 | 95 | 35 | 38 |
| Octal | 125 | 313 | 217 | 72 | 0 | 36 | 24 | 225 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10001111 | 111010 | 0 | 11110 | 10100 | 10010101 | 110101 | 111000 |
Color Harmonies of #55CB8F
Complementary color
Monochromatic Colors of #55CB8F
Black with #55CB8F
Text Example
Text Example
White with #55CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB8F; }
p { color: rgb(85,203,143); }
H1.HeaderClassName
{
color: #55CB8F;
}
.AnyTagClassName
{
color: #55CB8F;
}
</style>
background-color css
<style>
a { background-color: #55CB8F; }
a { background-color: rgb(85,203,143); }
div.DivClassName
{
background-color: #55CB8F;
}
.BgClassName
{
background-color: #55CB8F;
}
</style>
border-color css
<style>
span { border-color: #55CB8F; }
span { border-color: rgb(85,203,143); }
td.TdClassName
{
border-color: #55CB8F;
}
.TagClassName
{
border-color: #55CB8F;
}
</style>