Shades of Silver Tree #64D698
Tints of Silver Tree #64D698
RGB
CMYK
RGB Variations
Color information
#64D698 (or 0x64D698) is known color: Silver Tree. HEX triplet: 64, D6 and 98. RGB value is (100,214,152). Sum of RGB (Red+Green+Blue) = 100+214+152=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #64D698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D698 is #9B2967. Grayscale: #ACACAC. Windows color (decimal): -10168680 or 10016356. OLE color: 10016356.
HSL color Cylindrical-coordinate representation of color #64D698: hue angle of 147.37º 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 #64D698 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 152 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.16 |
| HSL | 147.37º | 0.58% | 0.62% | - |
| HSV(B) | 147.37º | 0.53% | 0.84% | - |
| XYZ | 34.97 | 53.07 | 38.11 | - |
| YUV | 172.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 152 | 0.53 | 0 | 0.29 | 0.16 | 147.37 | 0.58 | 0.62 |
| Hex | 64 | D6 | 98 | 35 | 0 | 1D | 10 | 93 | 3A | 3E |
| Octal | 144 | 326 | 230 | 65 | 0 | 35 | 20 | 223 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10011000 | 110101 | 0 | 11101 | 10000 | 10010011 | 111010 | 111110 |
Color Harmonies of #64D698
Complementary color
Monochromatic Colors of #64D698
Black with #64D698
Text Example
Text Example
White with #64D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D698; }
p { color: rgb(100,214,152); }
H1.HeaderClassName
{
color: #64D698;
}
.AnyTagClassName
{
color: #64D698;
}
</style>
background-color css
<style>
a { background-color: #64D698; }
a { background-color: rgb(100,214,152); }
div.DivClassName
{
background-color: #64D698;
}
.BgClassName
{
background-color: #64D698;
}
</style>
border-color css
<style>
span { border-color: #64D698; }
span { border-color: rgb(100,214,152); }
td.TdClassName
{
border-color: #64D698;
}
.TagClassName
{
border-color: #64D698;
}
</style>