Shades of Silver Tree #64DB8E
Tints of Silver Tree #64DB8E
RGB
CMYK
RGB Variations
Color information
#64DB8E (or 0x64DB8E) is known color: Silver Tree. HEX triplet: 64, DB and 8E. RGB value is (100,219,142). Sum of RGB (Red+Green+Blue) = 100+219+142=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB8E is #9B2471. Grayscale: #AEAEAE. Windows color (decimal): -10167410 or 9362276. OLE color: 9362276.
HSL color Cylindrical-coordinate representation of color #64DB8E: hue angle of 141.18º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB8E is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 142 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.14 |
| HSL | 141.18º | 0.62% | 0.63% | - |
| HSV(B) | 141.18º | 0.54% | 0.86% | - |
| XYZ | 35.47 | 55.33 | 34.4 | - |
| YUV | 174.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 142 | 0.54 | 0 | 0.35 | 0.14 | 141.18 | 0.62 | 0.63 |
| Hex | 64 | DB | 8E | 36 | 0 | 23 | E | 8D | 3E | 3F |
| Octal | 144 | 333 | 216 | 66 | 0 | 43 | 16 | 215 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10001110 | 110110 | 0 | 100011 | 1110 | 10001101 | 111110 | 111111 |
Color Harmonies of #64DB8E
Complementary color
Monochromatic Colors of #64DB8E
Black with #64DB8E
Text Example
Text Example
White with #64DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB8E; }
p { color: rgb(100,219,142); }
H1.HeaderClassName
{
color: #64DB8E;
}
.AnyTagClassName
{
color: #64DB8E;
}
</style>
background-color css
<style>
a { background-color: #64DB8E; }
a { background-color: rgb(100,219,142); }
div.DivClassName
{
background-color: #64DB8E;
}
.BgClassName
{
background-color: #64DB8E;
}
</style>
border-color css
<style>
span { border-color: #64DB8E; }
span { border-color: rgb(100,219,142); }
td.TdClassName
{
border-color: #64DB8E;
}
.TagClassName
{
border-color: #64DB8E;
}
</style>