Shades of Silver Tree #64D893
Tints of Silver Tree #64D893
RGB
CMYK
RGB Variations
Color information
#64D893 (or 0x64D893) is known color: Silver Tree. HEX triplet: 64, D8 and 93. RGB value is (100,216,147). Sum of RGB (Red+Green+Blue) = 100+216+147=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #64D893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D893 is #9B276C. Grayscale: #ADADAD. Windows color (decimal): -10168173 or 9689188. OLE color: 9689188.
HSL color Cylindrical-coordinate representation of color #64D893: hue angle of 144.31º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D893 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 147 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.15 |
| HSL | 144.31º | 0.6% | 0.62% | - |
| HSV(B) | 144.31º | 0.54% | 0.85% | - |
| XYZ | 35.08 | 53.93 | 36.16 | - |
| YUV | 173.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 147 | 0.54 | 0 | 0.32 | 0.15 | 144.31 | 0.6 | 0.62 |
| Hex | 64 | D8 | 93 | 36 | 0 | 20 | F | 90 | 3C | 3E |
| Octal | 144 | 330 | 223 | 66 | 0 | 40 | 17 | 220 | 74 | 76 |
| Binary | 1100100 | 11011000 | 10010011 | 110110 | 0 | 100000 | 1111 | 10010000 | 111100 | 111110 |
Color Harmonies of #64D893
Complementary color
Monochromatic Colors of #64D893
Black with #64D893
Text Example
Text Example
White with #64D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D893; }
p { color: rgb(100,216,147); }
H1.HeaderClassName
{
color: #64D893;
}
.AnyTagClassName
{
color: #64D893;
}
</style>
background-color css
<style>
a { background-color: #64D893; }
a { background-color: rgb(100,216,147); }
div.DivClassName
{
background-color: #64D893;
}
.BgClassName
{
background-color: #64D893;
}
</style>
border-color css
<style>
span { border-color: #64D893; }
span { border-color: rgb(100,216,147); }
td.TdClassName
{
border-color: #64D893;
}
.TagClassName
{
border-color: #64D893;
}
</style>