Shades of Silver Tree #64E095
Tints of Silver Tree #64E095
RGB
CMYK
RGB Variations
Color information
#64E095 (or 0x64E095) is known color: Silver Tree. HEX triplet: 64, E0 and 95. RGB value is (100,224,149). Sum of RGB (Red+Green+Blue) = 100+224+149=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #64E095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E095 is #9B1F6A. Grayscale: #B2B2B2. Windows color (decimal): -10166123 or 9822308. OLE color: 9822308.
HSL color Cylindrical-coordinate representation of color #64E095: hue angle of 143.71º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E095 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 149 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.12 |
| HSL | 143.71º | 0.67% | 0.64% | - |
| HSV(B) | 143.71º | 0.55% | 0.88% | - |
| XYZ | 37.34 | 58.19 | 37.7 | - |
| YUV | 178.37 | 111.42 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 149 | 0.55 | 0 | 0.33 | 0.12 | 143.71 | 0.67 | 0.64 |
| Hex | 64 | E0 | 95 | 37 | 0 | 21 | C | 90 | 43 | 40 |
| Octal | 144 | 340 | 225 | 67 | 0 | 41 | 14 | 220 | 103 | 100 |
| Binary | 1100100 | 11100000 | 10010101 | 110111 | 0 | 100001 | 1100 | 10010000 | 1000011 | 1000000 |
Color Harmonies of #64E095
Complementary color
Monochromatic Colors of #64E095
Black with #64E095
Text Example
Text Example
White with #64E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E095; }
p { color: rgb(100,224,149); }
H1.HeaderClassName
{
color: #64E095;
}
.AnyTagClassName
{
color: #64E095;
}
</style>
background-color css
<style>
a { background-color: #64E095; }
a { background-color: rgb(100,224,149); }
div.DivClassName
{
background-color: #64E095;
}
.BgClassName
{
background-color: #64E095;
}
</style>
border-color css
<style>
span { border-color: #64E095; }
span { border-color: rgb(100,224,149); }
td.TdClassName
{
border-color: #64E095;
}
.TagClassName
{
border-color: #64E095;
}
</style>