Shades of Silver Tree #64DD8B
Tints of Silver Tree #64DD8B
RGB
CMYK
RGB Variations
Color information
#64DD8B (or 0x64DD8B) is known color: Silver Tree. HEX triplet: 64, DD and 8B. RGB value is (100,221,139). Sum of RGB (Red+Green+Blue) = 100+221+139=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD8B is #9B2274. Grayscale: #AFAFAF. Windows color (decimal): -10166901 or 9166180. OLE color: 9166180.
HSL color Cylindrical-coordinate representation of color #64DD8B: hue angle of 139.34º degrees, saturation: 0.64, 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 #64DD8B is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 139 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.13 |
| HSL | 139.34º | 0.64% | 0.63% | - |
| HSV(B) | 139.34º | 0.55% | 0.87% | - |
| XYZ | 35.77 | 56.29 | 33.41 | - |
| YUV | 175.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 139 | 0.55 | 0 | 0.37 | 0.13 | 139.34 | 0.64 | 0.63 |
| Hex | 64 | DD | 8B | 37 | 0 | 25 | D | 8B | 40 | 3F |
| Octal | 144 | 335 | 213 | 67 | 0 | 45 | 15 | 213 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10001011 | 110111 | 0 | 100101 | 1101 | 10001011 | 1000000 | 111111 |
Color Harmonies of #64DD8B
Complementary color
Monochromatic Colors of #64DD8B
Black with #64DD8B
Text Example
Text Example
White with #64DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD8B; }
p { color: rgb(100,221,139); }
H1.HeaderClassName
{
color: #64DD8B;
}
.AnyTagClassName
{
color: #64DD8B;
}
</style>
background-color css
<style>
a { background-color: #64DD8B; }
a { background-color: rgb(100,221,139); }
div.DivClassName
{
background-color: #64DD8B;
}
.BgClassName
{
background-color: #64DD8B;
}
</style>
border-color css
<style>
span { border-color: #64DD8B; }
span { border-color: rgb(100,221,139); }
td.TdClassName
{
border-color: #64DD8B;
}
.TagClassName
{
border-color: #64DD8B;
}
</style>