Shades of Silver Tree #55DB94
Tints of Silver Tree #55DB94
RGB
CMYK
RGB Variations
Color information
#55DB94 (or 0x55DB94) is known color: Silver Tree. HEX triplet: 55, DB and 94. RGB value is (85,219,148). Sum of RGB (Red+Green+Blue) = 85+219+148=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DB94 is #AA246B. Grayscale: #AAAAAA. Windows color (decimal): -11150444 or 9755477. OLE color: 9755477.
HSL color Cylindrical-coordinate representation of color #55DB94: hue angle of 148.21º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DB94 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 148 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.14 |
| HSL | 148.21º | 0.65% | 0.6% | - |
| HSV(B) | 148.21º | 0.61% | 0.86% | - |
| XYZ | 34.42 | 54.73 | 36.77 | - |
| YUV | 170.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 148 | 0.61 | 0 | 0.32 | 0.14 | 148.21 | 0.65 | 0.6 |
| Hex | 55 | DB | 94 | 3D | 0 | 20 | E | 94 | 41 | 3C |
| Octal | 125 | 333 | 224 | 75 | 0 | 40 | 16 | 224 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10010100 | 111101 | 0 | 100000 | 1110 | 10010100 | 1000001 | 111100 |
Color Harmonies of #55DB94
Complementary color
Monochromatic Colors of #55DB94
Black with #55DB94
Text Example
Text Example
White with #55DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB94; }
p { color: rgb(85,219,148); }
H1.HeaderClassName
{
color: #55DB94;
}
.AnyTagClassName
{
color: #55DB94;
}
</style>
background-color css
<style>
a { background-color: #55DB94; }
a { background-color: rgb(85,219,148); }
div.DivClassName
{
background-color: #55DB94;
}
.BgClassName
{
background-color: #55DB94;
}
</style>
border-color css
<style>
span { border-color: #55DB94; }
span { border-color: rgb(85,219,148); }
td.TdClassName
{
border-color: #55DB94;
}
.TagClassName
{
border-color: #55DB94;
}
</style>