Shades of Silver Tree #64E58F
Tints of Silver Tree #64E58F
RGB
CMYK
RGB Variations
Color information
#64E58F (or 0x64E58F) is known color: Silver Tree. HEX triplet: 64, E5 and 8F. RGB value is (100,229,143). Sum of RGB (Red+Green+Blue) = 100+229+143=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #64E58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E58F is #9B1A70. Grayscale: #B4B4B4. Windows color (decimal): -10164849 or 9430372. OLE color: 9430372.
HSL color Cylindrical-coordinate representation of color #64E58F: hue angle of 140º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E58F is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 143 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.10 |
| HSL | 140º | 0.71% | 0.65% | - |
| HSV(B) | 140º | 0.56% | 0.9% | - |
| XYZ | 38.23 | 60.73 | 35.69 | - |
| YUV | 180.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 143 | 0.56 | 0 | 0.38 | 0.10 | 140 | 0.71 | 0.65 |
| Hex | 64 | E5 | 8F | 38 | 0 | 26 | A | 8C | 47 | 41 |
| Octal | 144 | 345 | 217 | 70 | 0 | 46 | 12 | 214 | 107 | 101 |
| Binary | 1100100 | 11100101 | 10001111 | 111000 | 0 | 100110 | 1010 | 10001100 | 1000111 | 1000001 |
Color Harmonies of #64E58F
Complementary color
Monochromatic Colors of #64E58F
Black with #64E58F
Text Example
Text Example
White with #64E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E58F; }
p { color: rgb(100,229,143); }
H1.HeaderClassName
{
color: #64E58F;
}
.AnyTagClassName
{
color: #64E58F;
}
</style>
background-color css
<style>
a { background-color: #64E58F; }
a { background-color: rgb(100,229,143); }
div.DivClassName
{
background-color: #64E58F;
}
.BgClassName
{
background-color: #64E58F;
}
</style>
border-color css
<style>
span { border-color: #64E58F; }
span { border-color: rgb(100,229,143); }
td.TdClassName
{
border-color: #64E58F;
}
.TagClassName
{
border-color: #64E58F;
}
</style>