Shades of Silver Tree #64C890
Tints of Silver Tree #64C890
RGB
CMYK
RGB Variations
Color information
#64C890 (or 0x64C890) is known color: Silver Tree. HEX triplet: 64, C8 and 90. RGB value is (100,200,144). Sum of RGB (Red+Green+Blue) = 100+200+144=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #64C890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C890 is #9B376F. Grayscale: #A3A3A3. Windows color (decimal): -10172272 or 9488484. OLE color: 9488484.
HSL color Cylindrical-coordinate representation of color #64C890: hue angle of 146.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C890 is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 144 | - |
| CMYK | 0.5 | 0 | 0.28 | 0.22 |
| HSL | 146.4º | 0.48% | 0.59% | - |
| HSV(B) | 146.4º | 0.5% | 0.78% | - |
| XYZ | 30.94 | 46.03 | 33.64 | - |
| YUV | 163.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 144 | 0.5 | 0 | 0.28 | 0.22 | 146.4 | 0.48 | 0.59 |
| Hex | 64 | C8 | 90 | 32 | 0 | 1C | 16 | 92 | 30 | 3B |
| Octal | 144 | 310 | 220 | 62 | 0 | 34 | 26 | 222 | 60 | 73 |
| Binary | 1100100 | 11001000 | 10010000 | 110010 | 0 | 11100 | 10110 | 10010010 | 110000 | 111011 |
Color Harmonies of #64C890
Complementary color
Monochromatic Colors of #64C890
Black with #64C890
Text Example
Text Example
White with #64C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C890; }
p { color: rgb(100,200,144); }
H1.HeaderClassName
{
color: #64C890;
}
.AnyTagClassName
{
color: #64C890;
}
</style>
background-color css
<style>
a { background-color: #64C890; }
a { background-color: rgb(100,200,144); }
div.DivClassName
{
background-color: #64C890;
}
.BgClassName
{
background-color: #64C890;
}
</style>
border-color css
<style>
span { border-color: #64C890; }
span { border-color: rgb(100,200,144); }
td.TdClassName
{
border-color: #64C890;
}
.TagClassName
{
border-color: #64C890;
}
</style>