Shades of Silver Tree #64BC8F
Tints of Silver Tree #64BC8F
RGB
CMYK
RGB Variations
Color information
#64BC8F (or 0x64BC8F) is known color: Silver Tree. HEX triplet: 64, BC and 8F. RGB value is (100,188,143). Sum of RGB (Red+Green+Blue) = 100+188+143=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BC8F is #9B4370. Grayscale: #9C9C9C. Windows color (decimal): -10175345 or 9419876. OLE color: 9419876.
HSL color Cylindrical-coordinate representation of color #64BC8F: hue angle of 149.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC8F is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 143 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.26 |
| HSL | 149.32º | 0.4% | 0.56% | - |
| HSV(B) | 149.32º | 0.47% | 0.74% | - |
| XYZ | 28.2 | 40.66 | 32.35 | - |
| YUV | 156.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 143 | 0.47 | 0 | 0.24 | 0.26 | 149.32 | 0.4 | 0.56 |
| Hex | 64 | BC | 8F | 2F | 0 | 18 | 1A | 95 | 28 | 38 |
| Octal | 144 | 274 | 217 | 57 | 0 | 30 | 32 | 225 | 50 | 70 |
| Binary | 1100100 | 10111100 | 10001111 | 101111 | 0 | 11000 | 11010 | 10010101 | 101000 | 111000 |
Color Harmonies of #64BC8F
Complementary color
Monochromatic Colors of #64BC8F
Black with #64BC8F
Text Example
Text Example
White with #64BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC8F; }
p { color: rgb(100,188,143); }
H1.HeaderClassName
{
color: #64BC8F;
}
.AnyTagClassName
{
color: #64BC8F;
}
</style>
background-color css
<style>
a { background-color: #64BC8F; }
a { background-color: rgb(100,188,143); }
div.DivClassName
{
background-color: #64BC8F;
}
.BgClassName
{
background-color: #64BC8F;
}
</style>
border-color css
<style>
span { border-color: #64BC8F; }
span { border-color: rgb(100,188,143); }
td.TdClassName
{
border-color: #64BC8F;
}
.TagClassName
{
border-color: #64BC8F;
}
</style>