Shades of Silver Tree #64D093
Tints of Silver Tree #64D093
RGB
CMYK
RGB Variations
Color information
#64D093 (or 0x64D093) is known color: Silver Tree. HEX triplet: 64, D0 and 93. RGB value is (100,208,147). Sum of RGB (Red+Green+Blue) = 100+208+147=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #64D093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D093 is #9B2F6C. Grayscale: #A8A8A8. Windows color (decimal): -10170221 or 9687140. OLE color: 9687140.
HSL color Cylindrical-coordinate representation of color #64D093: hue angle of 146.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D093 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 147 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.18 |
| HSL | 146.11º | 0.53% | 0.6% | - |
| HSV(B) | 146.11º | 0.52% | 0.82% | - |
| XYZ | 33.08 | 49.93 | 35.5 | - |
| YUV | 168.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 147 | 0.52 | 0 | 0.29 | 0.18 | 146.11 | 0.53 | 0.6 |
| Hex | 64 | D0 | 93 | 34 | 0 | 1D | 12 | 92 | 35 | 3C |
| Octal | 144 | 320 | 223 | 64 | 0 | 35 | 22 | 222 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10010011 | 110100 | 0 | 11101 | 10010 | 10010010 | 110101 | 111100 |
Color Harmonies of #64D093
Complementary color
Monochromatic Colors of #64D093
Black with #64D093
Text Example
Text Example
White with #64D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D093; }
p { color: rgb(100,208,147); }
H1.HeaderClassName
{
color: #64D093;
}
.AnyTagClassName
{
color: #64D093;
}
</style>
background-color css
<style>
a { background-color: #64D093; }
a { background-color: rgb(100,208,147); }
div.DivClassName
{
background-color: #64D093;
}
.BgClassName
{
background-color: #64D093;
}
</style>
border-color css
<style>
span { border-color: #64D093; }
span { border-color: rgb(100,208,147); }
td.TdClassName
{
border-color: #64D093;
}
.TagClassName
{
border-color: #64D093;
}
</style>