Shades of Silver Tree #64D089
Tints of Silver Tree #64D089
RGB
CMYK
RGB Variations
Color information
#64D089 (or 0x64D089) is known color: Silver Tree. HEX triplet: 64, D0 and 89. RGB value is (100,208,137). Sum of RGB (Red+Green+Blue) = 100+208+137=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #64D089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D089 is #9B2F76. Grayscale: #A7A7A7. Windows color (decimal): -10170231 or 9031780. OLE color: 9031780.
HSL color Cylindrical-coordinate representation of color #64D089: hue angle of 140.56º 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 #64D089 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 137 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.18 |
| HSL | 140.56º | 0.53% | 0.6% | - |
| HSV(B) | 140.56º | 0.52% | 0.82% | - |
| XYZ | 32.33 | 49.63 | 31.54 | - |
| YUV | 167.61 | 110.72 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 137 | 0.52 | 0 | 0.34 | 0.18 | 140.56 | 0.53 | 0.6 |
| Hex | 64 | D0 | 89 | 34 | 0 | 22 | 12 | 8D | 35 | 3C |
| Octal | 144 | 320 | 211 | 64 | 0 | 42 | 22 | 215 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10001001 | 110100 | 0 | 100010 | 10010 | 10001101 | 110101 | 111100 |
Color Harmonies of #64D089
Complementary color
Monochromatic Colors of #64D089
Black with #64D089
Text Example
Text Example
White with #64D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D089; }
p { color: rgb(100,208,137); }
H1.HeaderClassName
{
color: #64D089;
}
.AnyTagClassName
{
color: #64D089;
}
</style>
background-color css
<style>
a { background-color: #64D089; }
a { background-color: rgb(100,208,137); }
div.DivClassName
{
background-color: #64D089;
}
.BgClassName
{
background-color: #64D089;
}
</style>
border-color css
<style>
span { border-color: #64D089; }
span { border-color: rgb(100,208,137); }
td.TdClassName
{
border-color: #64D089;
}
.TagClassName
{
border-color: #64D089;
}
</style>