Shades of Silver Tree #64CC96
Tints of Silver Tree #64CC96
RGB
CMYK
RGB Variations
Color information
#64CC96 (or 0x64CC96) is known color: Silver Tree. HEX triplet: 64, CC and 96. RGB value is (100,204,150). Sum of RGB (Red+Green+Blue) = 100+204+150=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CC96 is #9B3369. Grayscale: #A6A6A6. Windows color (decimal): -10171242 or 9882724. OLE color: 9882724.
HSL color Cylindrical-coordinate representation of color #64CC96: hue angle of 148.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CC96 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 150 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.2 |
| HSL | 148.85º | 0.5% | 0.6% | - |
| HSV(B) | 148.85º | 0.51% | 0.8% | - |
| XYZ | 32.35 | 48.1 | 36.43 | - |
| YUV | 166.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 150 | 0.51 | 0 | 0.26 | 0.2 | 148.85 | 0.5 | 0.6 |
| Hex | 64 | CC | 96 | 33 | 0 | 1A | 14 | 95 | 32 | 3C |
| Octal | 144 | 314 | 226 | 63 | 0 | 32 | 24 | 225 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10010110 | 110011 | 0 | 11010 | 10100 | 10010101 | 110010 | 111100 |
Color Harmonies of #64CC96
Complementary color
Monochromatic Colors of #64CC96
Black with #64CC96
Text Example
Text Example
White with #64CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC96; }
p { color: rgb(100,204,150); }
H1.HeaderClassName
{
color: #64CC96;
}
.AnyTagClassName
{
color: #64CC96;
}
</style>
background-color css
<style>
a { background-color: #64CC96; }
a { background-color: rgb(100,204,150); }
div.DivClassName
{
background-color: #64CC96;
}
.BgClassName
{
background-color: #64CC96;
}
</style>
border-color css
<style>
span { border-color: #64CC96; }
span { border-color: rgb(100,204,150); }
td.TdClassName
{
border-color: #64CC96;
}
.TagClassName
{
border-color: #64CC96;
}
</style>