Shades of Silver Tree #64C885
Tints of Silver Tree #64C885
RGB
CMYK
RGB Variations
Color information
#64C885 (or 0x64C885) is known color: Silver Tree. HEX triplet: 64, C8 and 85. RGB value is (100,200,133). Sum of RGB (Red+Green+Blue) = 100+200+133=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #64C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C885 is #9B377A. Grayscale: #A2A2A2. Windows color (decimal): -10172283 or 8767588. OLE color: 8767588.
HSL color Cylindrical-coordinate representation of color #64C885: hue angle of 139.8º 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 #64C885 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 133 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.22 |
| HSL | 139.8º | 0.48% | 0.59% | - |
| HSV(B) | 139.8º | 0.5% | 0.78% | - |
| XYZ | 30.14 | 45.71 | 29.42 | - |
| YUV | 162.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 133 | 0.5 | 0 | 0.34 | 0.22 | 139.8 | 0.48 | 0.59 |
| Hex | 64 | C8 | 85 | 32 | 0 | 22 | 16 | 8C | 30 | 3B |
| Octal | 144 | 310 | 205 | 62 | 0 | 42 | 26 | 214 | 60 | 73 |
| Binary | 1100100 | 11001000 | 10000101 | 110010 | 0 | 100010 | 10110 | 10001100 | 110000 | 111011 |
Color Harmonies of #64C885
Complementary color
Monochromatic Colors of #64C885
Black with #64C885
Text Example
Text Example
White with #64C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C885; }
p { color: rgb(100,200,133); }
H1.HeaderClassName
{
color: #64C885;
}
.AnyTagClassName
{
color: #64C885;
}
</style>
background-color css
<style>
a { background-color: #64C885; }
a { background-color: rgb(100,200,133); }
div.DivClassName
{
background-color: #64C885;
}
.BgClassName
{
background-color: #64C885;
}
</style>
border-color css
<style>
span { border-color: #64C885; }
span { border-color: rgb(100,200,133); }
td.TdClassName
{
border-color: #64C885;
}
.TagClassName
{
border-color: #64C885;
}
</style>