Shades of Silver Tree #64CD85
Tints of Silver Tree #64CD85
RGB
CMYK
RGB Variations
Color information
#64CD85 (or 0x64CD85) is known color: Silver Tree. HEX triplet: 64, CD and 85. RGB value is (100,205,133). Sum of RGB (Red+Green+Blue) = 100+205+133=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD85 is #9B327A. Grayscale: #A5A5A5. Windows color (decimal): -10171003 or 8768868. OLE color: 8768868.
HSL color Cylindrical-coordinate representation of color #64CD85: hue angle of 138.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD85 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 133 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.20 |
| HSL | 138.86º | 0.51% | 0.6% | - |
| HSV(B) | 138.86º | 0.51% | 0.8% | - |
| XYZ | 31.32 | 48.07 | 29.82 | - |
| YUV | 165.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 133 | 0.51 | 0 | 0.35 | 0.20 | 138.86 | 0.51 | 0.6 |
| Hex | 64 | CD | 85 | 33 | 0 | 23 | 14 | 8B | 33 | 3C |
| Octal | 144 | 315 | 205 | 63 | 0 | 43 | 24 | 213 | 63 | 74 |
| Binary | 1100100 | 11001101 | 10000101 | 110011 | 0 | 100011 | 10100 | 10001011 | 110011 | 111100 |
Color Harmonies of #64CD85
Complementary color
Monochromatic Colors of #64CD85
Black with #64CD85
Text Example
Text Example
White with #64CD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD85; }
p { color: rgb(100,205,133); }
H1.HeaderClassName
{
color: #64CD85;
}
.AnyTagClassName
{
color: #64CD85;
}
</style>
background-color css
<style>
a { background-color: #64CD85; }
a { background-color: rgb(100,205,133); }
div.DivClassName
{
background-color: #64CD85;
}
.BgClassName
{
background-color: #64CD85;
}
</style>
border-color css
<style>
span { border-color: #64CD85; }
span { border-color: rgb(100,205,133); }
td.TdClassName
{
border-color: #64CD85;
}
.TagClassName
{
border-color: #64CD85;
}
</style>