Shades of Silver Tree #64D68C
Tints of Silver Tree #64D68C
RGB
CMYK
RGB Variations
Color information
#64D68C (or 0x64D68C) is known color: Silver Tree. HEX triplet: 64, D6 and 8C. RGB value is (100,214,140). Sum of RGB (Red+Green+Blue) = 100+214+140=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #64D68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D68C is #9B2973. Grayscale: #ABABAB. Windows color (decimal): -10168692 or 9229924. OLE color: 9229924.
HSL color Cylindrical-coordinate representation of color #64D68C: hue angle of 141.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D68C is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 140 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.16 |
| HSL | 141.05º | 0.58% | 0.62% | - |
| HSV(B) | 141.05º | 0.53% | 0.84% | - |
| XYZ | 34.04 | 52.7 | 33.19 | - |
| YUV | 171.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 140 | 0.53 | 0 | 0.35 | 0.16 | 141.05 | 0.58 | 0.62 |
| Hex | 64 | D6 | 8C | 35 | 0 | 23 | 10 | 8D | 3A | 3E |
| Octal | 144 | 326 | 214 | 65 | 0 | 43 | 20 | 215 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10001100 | 110101 | 0 | 100011 | 10000 | 10001101 | 111010 | 111110 |
Color Harmonies of #64D68C
Complementary color
Monochromatic Colors of #64D68C
Black with #64D68C
Text Example
Text Example
White with #64D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D68C; }
p { color: rgb(100,214,140); }
H1.HeaderClassName
{
color: #64D68C;
}
.AnyTagClassName
{
color: #64D68C;
}
</style>
background-color css
<style>
a { background-color: #64D68C; }
a { background-color: rgb(100,214,140); }
div.DivClassName
{
background-color: #64D68C;
}
.BgClassName
{
background-color: #64D68C;
}
</style>
border-color css
<style>
span { border-color: #64D68C; }
span { border-color: rgb(100,214,140); }
td.TdClassName
{
border-color: #64D68C;
}
.TagClassName
{
border-color: #64D68C;
}
</style>