Shades of Silver Tree #64DF8D
Tints of Silver Tree #64DF8D
RGB
CMYK
RGB Variations
Color information
#64DF8D (or 0x64DF8D) is known color: Silver Tree. HEX triplet: 64, DF and 8D. RGB value is (100,223,141). Sum of RGB (Red+Green+Blue) = 100+223+141=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DF8D is #9B2072. Grayscale: #B1B1B1. Windows color (decimal): -10166387 or 9297764. OLE color: 9297764.
HSL color Cylindrical-coordinate representation of color #64DF8D: hue angle of 140º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DF8D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 141 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.13 |
| HSL | 140º | 0.66% | 0.63% | - |
| HSV(B) | 140º | 0.55% | 0.87% | - |
| XYZ | 36.45 | 57.41 | 34.36 | - |
| YUV | 176.88 | 107.75 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 141 | 0.55 | 0 | 0.37 | 0.13 | 140 | 0.66 | 0.63 |
| Hex | 64 | DF | 8D | 37 | 0 | 25 | D | 8C | 42 | 3F |
| Octal | 144 | 337 | 215 | 67 | 0 | 45 | 15 | 214 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10001101 | 110111 | 0 | 100101 | 1101 | 10001100 | 1000010 | 111111 |
Color Harmonies of #64DF8D
Complementary color
Monochromatic Colors of #64DF8D
Black with #64DF8D
Text Example
Text Example
White with #64DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF8D; }
p { color: rgb(100,223,141); }
H1.HeaderClassName
{
color: #64DF8D;
}
.AnyTagClassName
{
color: #64DF8D;
}
</style>
background-color css
<style>
a { background-color: #64DF8D; }
a { background-color: rgb(100,223,141); }
div.DivClassName
{
background-color: #64DF8D;
}
.BgClassName
{
background-color: #64DF8D;
}
</style>
border-color css
<style>
span { border-color: #64DF8D; }
span { border-color: rgb(100,223,141); }
td.TdClassName
{
border-color: #64DF8D;
}
.TagClassName
{
border-color: #64DF8D;
}
</style>