Shades of Silver Tree #64E08D
Tints of Silver Tree #64E08D
RGB
CMYK
RGB Variations
Color information
#64E08D (or 0x64E08D) is known color: Silver Tree. HEX triplet: 64, E0 and 8D. RGB value is (100,224,141). Sum of RGB (Red+Green+Blue) = 100+224+141=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #64E08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E08D is #9B1F72. Grayscale: #B1B1B1. Windows color (decimal): -10166131 or 9298020. OLE color: 9298020.
HSL color Cylindrical-coordinate representation of color #64E08D: hue angle of 139.84º 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 #64E08D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 141 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.12 |
| HSL | 139.84º | 0.67% | 0.64% | - |
| HSV(B) | 139.84º | 0.55% | 0.88% | - |
| XYZ | 36.72 | 57.94 | 34.45 | - |
| YUV | 177.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 141 | 0.55 | 0 | 0.37 | 0.12 | 139.84 | 0.67 | 0.64 |
| Hex | 64 | E0 | 8D | 37 | 0 | 25 | C | 8C | 43 | 40 |
| Octal | 144 | 340 | 215 | 67 | 0 | 45 | 14 | 214 | 103 | 100 |
| Binary | 1100100 | 11100000 | 10001101 | 110111 | 0 | 100101 | 1100 | 10001100 | 1000011 | 1000000 |
Color Harmonies of #64E08D
Complementary color
Monochromatic Colors of #64E08D
Black with #64E08D
Text Example
Text Example
White with #64E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E08D; }
p { color: rgb(100,224,141); }
H1.HeaderClassName
{
color: #64E08D;
}
.AnyTagClassName
{
color: #64E08D;
}
</style>
background-color css
<style>
a { background-color: #64E08D; }
a { background-color: rgb(100,224,141); }
div.DivClassName
{
background-color: #64E08D;
}
.BgClassName
{
background-color: #64E08D;
}
</style>
border-color css
<style>
span { border-color: #64E08D; }
span { border-color: rgb(100,224,141); }
td.TdClassName
{
border-color: #64E08D;
}
.TagClassName
{
border-color: #64E08D;
}
</style>