Shades of Silver Tree #64DB8C
Tints of Silver Tree #64DB8C
RGB
CMYK
RGB Variations
Color information
#64DB8C (or 0x64DB8C) is known color: Silver Tree. HEX triplet: 64, DB and 8C. RGB value is (100,219,140). Sum of RGB (Red+Green+Blue) = 100+219+140=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB8C is #9B2473. Grayscale: #AEAEAE. Windows color (decimal): -10167412 or 9231204. OLE color: 9231204.
HSL color Cylindrical-coordinate representation of color #64DB8C: hue angle of 140.17º 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 #64DB8C is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 140 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.14 |
| HSL | 140.17º | 0.62% | 0.63% | - |
| HSV(B) | 140.17º | 0.54% | 0.86% | - |
| XYZ | 35.32 | 55.27 | 33.62 | - |
| YUV | 174.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 140 | 0.54 | 0 | 0.36 | 0.14 | 140.17 | 0.62 | 0.63 |
| Hex | 64 | DB | 8C | 36 | 0 | 24 | E | 8C | 3E | 3F |
| Octal | 144 | 333 | 214 | 66 | 0 | 44 | 16 | 214 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10001100 | 110110 | 0 | 100100 | 1110 | 10001100 | 111110 | 111111 |
Color Harmonies of #64DB8C
Complementary color
Monochromatic Colors of #64DB8C
Black with #64DB8C
Text Example
Text Example
White with #64DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB8C; }
p { color: rgb(100,219,140); }
H1.HeaderClassName
{
color: #64DB8C;
}
.AnyTagClassName
{
color: #64DB8C;
}
</style>
background-color css
<style>
a { background-color: #64DB8C; }
a { background-color: rgb(100,219,140); }
div.DivClassName
{
background-color: #64DB8C;
}
.BgClassName
{
background-color: #64DB8C;
}
</style>
border-color css
<style>
span { border-color: #64DB8C; }
span { border-color: rgb(100,219,140); }
td.TdClassName
{
border-color: #64DB8C;
}
.TagClassName
{
border-color: #64DB8C;
}
</style>