Shades of Silver Tree #64CC8B
Tints of Silver Tree #64CC8B
RGB
CMYK
RGB Variations
Color information
#64CC8B (or 0x64CC8B) is known color: Silver Tree. HEX triplet: 64, CC and 8B. RGB value is (100,204,139). Sum of RGB (Red+Green+Blue) = 100+204+139=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CC8B is #9B3374. Grayscale: #A5A5A5. Windows color (decimal): -10171253 or 9161828. OLE color: 9161828.
HSL color Cylindrical-coordinate representation of color #64CC8B: hue angle of 142.5º degrees, saturation: 0.5, 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 #64CC8B is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 139 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.2 |
| HSL | 142.5º | 0.5% | 0.6% | - |
| HSV(B) | 142.5º | 0.51% | 0.8% | - |
| XYZ | 31.51 | 47.76 | 31.98 | - |
| YUV | 165.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 139 | 0.51 | 0 | 0.32 | 0.2 | 142.5 | 0.5 | 0.6 |
| Hex | 64 | CC | 8B | 33 | 0 | 20 | 14 | 8E | 32 | 3C |
| Octal | 144 | 314 | 213 | 63 | 0 | 40 | 24 | 216 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10001011 | 110011 | 0 | 100000 | 10100 | 10001110 | 110010 | 111100 |
Color Harmonies of #64CC8B
Complementary color
Monochromatic Colors of #64CC8B
Black with #64CC8B
Text Example
Text Example
White with #64CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC8B; }
p { color: rgb(100,204,139); }
H1.HeaderClassName
{
color: #64CC8B;
}
.AnyTagClassName
{
color: #64CC8B;
}
</style>
background-color css
<style>
a { background-color: #64CC8B; }
a { background-color: rgb(100,204,139); }
div.DivClassName
{
background-color: #64CC8B;
}
.BgClassName
{
background-color: #64CC8B;
}
</style>
border-color css
<style>
span { border-color: #64CC8B; }
span { border-color: rgb(100,204,139); }
td.TdClassName
{
border-color: #64CC8B;
}
.TagClassName
{
border-color: #64CC8B;
}
</style>