Shades of Silver Tree #64C196
Tints of Silver Tree #64C196
RGB
CMYK
RGB Variations
Color information
#64C196 (or 0x64C196) is known color: Silver Tree. HEX triplet: 64, C1 and 96. RGB value is (100,193,150). Sum of RGB (Red+Green+Blue) = 100+193+150=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #64C196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C196 is #9B3E69. Grayscale: #A0A0A0. Windows color (decimal): -10174058 or 9879908. OLE color: 9879908.
HSL color Cylindrical-coordinate representation of color #64C196: hue angle of 152.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C196 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 150 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.24 |
| HSL | 152.26º | 0.43% | 0.57% | - |
| HSV(B) | 152.26º | 0.48% | 0.76% | - |
| XYZ | 29.83 | 43.05 | 35.59 | - |
| YUV | 160.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 150 | 0.48 | 0 | 0.22 | 0.24 | 152.26 | 0.43 | 0.57 |
| Hex | 64 | C1 | 96 | 30 | 0 | 16 | 18 | 98 | 2B | 39 |
| Octal | 144 | 301 | 226 | 60 | 0 | 26 | 30 | 230 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10010110 | 110000 | 0 | 10110 | 11000 | 10011000 | 101011 | 111001 |
Color Harmonies of #64C196
Complementary color
Monochromatic Colors of #64C196
Black with #64C196
Text Example
Text Example
White with #64C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C196; }
p { color: rgb(100,193,150); }
H1.HeaderClassName
{
color: #64C196;
}
.AnyTagClassName
{
color: #64C196;
}
</style>
background-color css
<style>
a { background-color: #64C196; }
a { background-color: rgb(100,193,150); }
div.DivClassName
{
background-color: #64C196;
}
.BgClassName
{
background-color: #64C196;
}
</style>
border-color css
<style>
span { border-color: #64C196; }
span { border-color: rgb(100,193,150); }
td.TdClassName
{
border-color: #64C196;
}
.TagClassName
{
border-color: #64C196;
}
</style>