Shades of Silver Tree #64D293
Tints of Silver Tree #64D293
RGB
CMYK
RGB Variations
Color information
#64D293 (or 0x64D293) is known color: Silver Tree. HEX triplet: 64, D2 and 93. RGB value is (100,210,147). Sum of RGB (Red+Green+Blue) = 100+210+147=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #64D293 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D293 is #9B2D6C. Grayscale: #AAAAAA. Windows color (decimal): -10169709 or 9687652. OLE color: 9687652.
HSL color Cylindrical-coordinate representation of color #64D293: hue angle of 145.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D293 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 147 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.18 |
| HSL | 145.64º | 0.55% | 0.61% | - |
| HSV(B) | 145.64º | 0.52% | 0.82% | - |
| XYZ | 33.57 | 50.91 | 35.66 | - |
| YUV | 169.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 147 | 0.52 | 0 | 0.30 | 0.18 | 145.64 | 0.55 | 0.61 |
| Hex | 64 | D2 | 93 | 34 | 0 | 1E | 12 | 92 | 37 | 3D |
| Octal | 144 | 322 | 223 | 64 | 0 | 36 | 22 | 222 | 67 | 75 |
| Binary | 1100100 | 11010010 | 10010011 | 110100 | 0 | 11110 | 10010 | 10010010 | 110111 | 111101 |
Color Harmonies of #64D293
Complementary color
Monochromatic Colors of #64D293
Black with #64D293
Text Example
Text Example
White with #64D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D293; }
p { color: rgb(100,210,147); }
H1.HeaderClassName
{
color: #64D293;
}
.AnyTagClassName
{
color: #64D293;
}
</style>
background-color css
<style>
a { background-color: #64D293; }
a { background-color: rgb(100,210,147); }
div.DivClassName
{
background-color: #64D293;
}
.BgClassName
{
background-color: #64D293;
}
</style>
border-color css
<style>
span { border-color: #64D293; }
span { border-color: rgb(100,210,147); }
td.TdClassName
{
border-color: #64D293;
}
.TagClassName
{
border-color: #64D293;
}
</style>