Shades of Silver Tree #64C884
Tints of Silver Tree #64C884
RGB
CMYK
RGB Variations
Color information
#64C884 (or 0x64C884) is known color: Silver Tree. HEX triplet: 64, C8 and 84. RGB value is (100,200,132). Sum of RGB (Red+Green+Blue) = 100+200+132=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #64C884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C884 is #9B377B. Grayscale: #A2A2A2. Windows color (decimal): -10172284 or 8702052. OLE color: 8702052.
HSL color Cylindrical-coordinate representation of color #64C884: hue angle of 139.2º 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 #64C884 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 132 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.22 |
| HSL | 139.2º | 0.48% | 0.59% | - |
| HSV(B) | 139.2º | 0.5% | 0.78% | - |
| XYZ | 30.07 | 45.68 | 29.06 | - |
| YUV | 162.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 132 | 0.5 | 0 | 0.34 | 0.22 | 139.2 | 0.48 | 0.59 |
| Hex | 64 | C8 | 84 | 32 | 0 | 22 | 16 | 8B | 30 | 3B |
| Octal | 144 | 310 | 204 | 62 | 0 | 42 | 26 | 213 | 60 | 73 |
| Binary | 1100100 | 11001000 | 10000100 | 110010 | 0 | 100010 | 10110 | 10001011 | 110000 | 111011 |
Color Harmonies of #64C884
Complementary color
Monochromatic Colors of #64C884
Black with #64C884
Text Example
Text Example
White with #64C884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C884; }
p { color: rgb(100,200,132); }
H1.HeaderClassName
{
color: #64C884;
}
.AnyTagClassName
{
color: #64C884;
}
</style>
background-color css
<style>
a { background-color: #64C884; }
a { background-color: rgb(100,200,132); }
div.DivClassName
{
background-color: #64C884;
}
.BgClassName
{
background-color: #64C884;
}
</style>
border-color css
<style>
span { border-color: #64C884; }
span { border-color: rgb(100,200,132); }
td.TdClassName
{
border-color: #64C884;
}
.TagClassName
{
border-color: #64C884;
}
</style>