Shades of Silver Tree #64D08F
Tints of Silver Tree #64D08F
RGB
CMYK
RGB Variations
Color information
#64D08F (or 0x64D08F) is known color: Silver Tree. HEX triplet: 64, D0 and 8F. RGB value is (100,208,143). Sum of RGB (Red+Green+Blue) = 100+208+143=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #64D08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D08F is #9B2F70. Grayscale: #A8A8A8. Windows color (decimal): -10170225 or 9424996. OLE color: 9424996.
HSL color Cylindrical-coordinate representation of color #64D08F: hue angle of 143.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D08F is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 143 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.18 |
| HSL | 143.89º | 0.53% | 0.6% | - |
| HSV(B) | 143.89º | 0.52% | 0.82% | - |
| XYZ | 32.77 | 49.8 | 33.87 | - |
| YUV | 168.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 143 | 0.52 | 0 | 0.31 | 0.18 | 143.89 | 0.53 | 0.6 |
| Hex | 64 | D0 | 8F | 34 | 0 | 1F | 12 | 90 | 35 | 3C |
| Octal | 144 | 320 | 217 | 64 | 0 | 37 | 22 | 220 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10001111 | 110100 | 0 | 11111 | 10010 | 10010000 | 110101 | 111100 |
Color Harmonies of #64D08F
Complementary color
Monochromatic Colors of #64D08F
Black with #64D08F
Text Example
Text Example
White with #64D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D08F; }
p { color: rgb(100,208,143); }
H1.HeaderClassName
{
color: #64D08F;
}
.AnyTagClassName
{
color: #64D08F;
}
</style>
background-color css
<style>
a { background-color: #64D08F; }
a { background-color: rgb(100,208,143); }
div.DivClassName
{
background-color: #64D08F;
}
.BgClassName
{
background-color: #64D08F;
}
</style>
border-color css
<style>
span { border-color: #64D08F; }
span { border-color: rgb(100,208,143); }
td.TdClassName
{
border-color: #64D08F;
}
.TagClassName
{
border-color: #64D08F;
}
</style>