Shades of Silver Tree #55D694
Tints of Silver Tree #55D694
RGB
CMYK
RGB Variations
Color information
#55D694 (or 0x55D694) is known color: Silver Tree. HEX triplet: 55, D6 and 94. RGB value is (85,214,148). Sum of RGB (Red+Green+Blue) = 85+214+148=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #55D694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D694 is #AA296B. Grayscale: #A8A8A8. Windows color (decimal): -11151724 or 9754197. OLE color: 9754197.
HSL color Cylindrical-coordinate representation of color #55D694: hue angle of 149.3º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D694 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 148 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.16 |
| HSL | 149.3º | 0.61% | 0.59% | - |
| HSV(B) | 149.3º | 0.6% | 0.84% | - |
| XYZ | 33.14 | 52.16 | 36.34 | - |
| YUV | 167.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 148 | 0.60 | 0 | 0.31 | 0.16 | 149.3 | 0.61 | 0.59 |
| Hex | 55 | D6 | 94 | 3C | 0 | 1F | 10 | 95 | 3D | 3B |
| Octal | 125 | 326 | 224 | 74 | 0 | 37 | 20 | 225 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10010100 | 111100 | 0 | 11111 | 10000 | 10010101 | 111101 | 111011 |
Color Harmonies of #55D694
Complementary color
Monochromatic Colors of #55D694
Black with #55D694
Text Example
Text Example
White with #55D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D694; }
p { color: rgb(85,214,148); }
H1.HeaderClassName
{
color: #55D694;
}
.AnyTagClassName
{
color: #55D694;
}
</style>
background-color css
<style>
a { background-color: #55D694; }
a { background-color: rgb(85,214,148); }
div.DivClassName
{
background-color: #55D694;
}
.BgClassName
{
background-color: #55D694;
}
</style>
border-color css
<style>
span { border-color: #55D694; }
span { border-color: rgb(85,214,148); }
td.TdClassName
{
border-color: #55D694;
}
.TagClassName
{
border-color: #55D694;
}
</style>