Shades of Silver Tree #64D08D
Tints of Silver Tree #64D08D
RGB
CMYK
RGB Variations
Color information
#64D08D (or 0x64D08D) is known color: Silver Tree. HEX triplet: 64, D0 and 8D. RGB value is (100,208,141). Sum of RGB (Red+Green+Blue) = 100+208+141=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #64D08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D08D is #9B2F72. Grayscale: #A8A8A8. Windows color (decimal): -10170227 or 9293924. OLE color: 9293924.
HSL color Cylindrical-coordinate representation of color #64D08D: hue angle of 142.78º 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 #64D08D is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 141 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.18 |
| HSL | 142.78º | 0.53% | 0.6% | - |
| HSV(B) | 142.78º | 0.52% | 0.82% | - |
| XYZ | 32.62 | 49.74 | 33.08 | - |
| YUV | 168.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 141 | 0.52 | 0 | 0.32 | 0.18 | 142.78 | 0.53 | 0.6 |
| Hex | 64 | D0 | 8D | 34 | 0 | 20 | 12 | 8F | 35 | 3C |
| Octal | 144 | 320 | 215 | 64 | 0 | 40 | 22 | 217 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10001101 | 110100 | 0 | 100000 | 10010 | 10001111 | 110101 | 111100 |
Color Harmonies of #64D08D
Complementary color
Monochromatic Colors of #64D08D
Black with #64D08D
Text Example
Text Example
White with #64D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D08D; }
p { color: rgb(100,208,141); }
H1.HeaderClassName
{
color: #64D08D;
}
.AnyTagClassName
{
color: #64D08D;
}
</style>
background-color css
<style>
a { background-color: #64D08D; }
a { background-color: rgb(100,208,141); }
div.DivClassName
{
background-color: #64D08D;
}
.BgClassName
{
background-color: #64D08D;
}
</style>
border-color css
<style>
span { border-color: #64D08D; }
span { border-color: rgb(100,208,141); }
td.TdClassName
{
border-color: #64D08D;
}
.TagClassName
{
border-color: #64D08D;
}
</style>