Shades of Silver Tree #64C08E
Tints of Silver Tree #64C08E
RGB
CMYK
RGB Variations
Color information
#64C08E (or 0x64C08E) is known color: Silver Tree. HEX triplet: 64, C0 and 8E. RGB value is (100,192,142). Sum of RGB (Red+Green+Blue) = 100+192+142=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #64C08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C08E is #9B3F71. Grayscale: #9E9E9E. Windows color (decimal): -10174322 or 9355364. OLE color: 9355364.
HSL color Cylindrical-coordinate representation of color #64C08E: hue angle of 147.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C08E is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 142 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.25 |
| HSL | 147.39º | 0.42% | 0.57% | - |
| HSV(B) | 147.39º | 0.48% | 0.75% | - |
| XYZ | 28.99 | 42.36 | 32.24 | - |
| YUV | 158.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 142 | 0.48 | 0 | 0.26 | 0.25 | 147.39 | 0.42 | 0.57 |
| Hex | 64 | C0 | 8E | 30 | 0 | 1A | 19 | 93 | 2A | 39 |
| Octal | 144 | 300 | 216 | 60 | 0 | 32 | 31 | 223 | 52 | 71 |
| Binary | 1100100 | 11000000 | 10001110 | 110000 | 0 | 11010 | 11001 | 10010011 | 101010 | 111001 |
Color Harmonies of #64C08E
Complementary color
Monochromatic Colors of #64C08E
Black with #64C08E
Text Example
Text Example
White with #64C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C08E; }
p { color: rgb(100,192,142); }
H1.HeaderClassName
{
color: #64C08E;
}
.AnyTagClassName
{
color: #64C08E;
}
</style>
background-color css
<style>
a { background-color: #64C08E; }
a { background-color: rgb(100,192,142); }
div.DivClassName
{
background-color: #64C08E;
}
.BgClassName
{
background-color: #64C08E;
}
</style>
border-color css
<style>
span { border-color: #64C08E; }
span { border-color: rgb(100,192,142); }
td.TdClassName
{
border-color: #64C08E;
}
.TagClassName
{
border-color: #64C08E;
}
</style>