Shades of Silver Tree #64C28F
Tints of Silver Tree #64C28F
RGB
CMYK
RGB Variations
Color information
#64C28F (or 0x64C28F) is known color: Silver Tree. HEX triplet: 64, C2 and 8F. RGB value is (100,194,143). Sum of RGB (Red+Green+Blue) = 100+194+143=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #64C28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C28F is #9B3D70. Grayscale: #A0A0A0. Windows color (decimal): -10173809 or 9421412. OLE color: 9421412.
HSL color Cylindrical-coordinate representation of color #64C28F: hue angle of 147.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C28F is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 143 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.24 |
| HSL | 147.45º | 0.44% | 0.58% | - |
| HSV(B) | 147.45º | 0.48% | 0.76% | - |
| XYZ | 29.51 | 43.28 | 32.78 | - |
| YUV | 160.08 | 118.36 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 143 | 0.48 | 0 | 0.26 | 0.24 | 147.45 | 0.44 | 0.58 |
| Hex | 64 | C2 | 8F | 30 | 0 | 1A | 18 | 93 | 2C | 3A |
| Octal | 144 | 302 | 217 | 60 | 0 | 32 | 30 | 223 | 54 | 72 |
| Binary | 1100100 | 11000010 | 10001111 | 110000 | 0 | 11010 | 11000 | 10010011 | 101100 | 111010 |
Color Harmonies of #64C28F
Complementary color
Monochromatic Colors of #64C28F
Black with #64C28F
Text Example
Text Example
White with #64C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C28F; }
p { color: rgb(100,194,143); }
H1.HeaderClassName
{
color: #64C28F;
}
.AnyTagClassName
{
color: #64C28F;
}
</style>
background-color css
<style>
a { background-color: #64C28F; }
a { background-color: rgb(100,194,143); }
div.DivClassName
{
background-color: #64C28F;
}
.BgClassName
{
background-color: #64C28F;
}
</style>
border-color css
<style>
span { border-color: #64C28F; }
span { border-color: rgb(100,194,143); }
td.TdClassName
{
border-color: #64C28F;
}
.TagClassName
{
border-color: #64C28F;
}
</style>