Shades of Silver Tree #64DB93
Tints of Silver Tree #64DB93
RGB
CMYK
RGB Variations
Color information
#64DB93 (or 0x64DB93) is known color: Silver Tree. HEX triplet: 64, DB and 93. RGB value is (100,219,147). Sum of RGB (Red+Green+Blue) = 100+219+147=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB93 is #9B246C. Grayscale: #AFAFAF. Windows color (decimal): -10167405 or 9689956. OLE color: 9689956.
HSL color Cylindrical-coordinate representation of color #64DB93: hue angle of 143.7º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB93 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 147 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.14 |
| HSL | 143.7º | 0.62% | 0.63% | - |
| HSV(B) | 143.7º | 0.54% | 0.86% | - |
| XYZ | 35.85 | 55.48 | 36.42 | - |
| YUV | 175.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 147 | 0.54 | 0 | 0.33 | 0.14 | 143.7 | 0.62 | 0.63 |
| Hex | 64 | DB | 93 | 36 | 0 | 21 | E | 90 | 3E | 3F |
| Octal | 144 | 333 | 223 | 66 | 0 | 41 | 16 | 220 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10010011 | 110110 | 0 | 100001 | 1110 | 10010000 | 111110 | 111111 |
Color Harmonies of #64DB93
Complementary color
Monochromatic Colors of #64DB93
Black with #64DB93
Text Example
Text Example
White with #64DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB93; }
p { color: rgb(100,219,147); }
H1.HeaderClassName
{
color: #64DB93;
}
.AnyTagClassName
{
color: #64DB93;
}
</style>
background-color css
<style>
a { background-color: #64DB93; }
a { background-color: rgb(100,219,147); }
div.DivClassName
{
background-color: #64DB93;
}
.BgClassName
{
background-color: #64DB93;
}
</style>
border-color css
<style>
span { border-color: #64DB93; }
span { border-color: rgb(100,219,147); }
td.TdClassName
{
border-color: #64DB93;
}
.TagClassName
{
border-color: #64DB93;
}
</style>