Shades of Silver Tree #64C18E
Tints of Silver Tree #64C18E
RGB
CMYK
RGB Variations
Color information
#64C18E (or 0x64C18E) is known color: Silver Tree. HEX triplet: 64, C1 and 8E. RGB value is (100,193,142). Sum of RGB (Red+Green+Blue) = 100+193+142=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #64C18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C18E is #9B3E71. Grayscale: #9F9F9F. Windows color (decimal): -10174066 or 9355620. OLE color: 9355620.
HSL color Cylindrical-coordinate representation of color #64C18E: hue angle of 147.1º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C18E is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 142 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.24 |
| HSL | 147.1º | 0.43% | 0.57% | - |
| HSV(B) | 147.1º | 0.48% | 0.76% | - |
| XYZ | 29.21 | 42.8 | 32.31 | - |
| YUV | 159.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 142 | 0.48 | 0 | 0.26 | 0.24 | 147.1 | 0.43 | 0.57 |
| Hex | 64 | C1 | 8E | 30 | 0 | 1A | 18 | 93 | 2B | 39 |
| Octal | 144 | 301 | 216 | 60 | 0 | 32 | 30 | 223 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10001110 | 110000 | 0 | 11010 | 11000 | 10010011 | 101011 | 111001 |
Color Harmonies of #64C18E
Complementary color
Monochromatic Colors of #64C18E
Black with #64C18E
Text Example
Text Example
White with #64C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C18E; }
p { color: rgb(100,193,142); }
H1.HeaderClassName
{
color: #64C18E;
}
.AnyTagClassName
{
color: #64C18E;
}
</style>
background-color css
<style>
a { background-color: #64C18E; }
a { background-color: rgb(100,193,142); }
div.DivClassName
{
background-color: #64C18E;
}
.BgClassName
{
background-color: #64C18E;
}
</style>
border-color css
<style>
span { border-color: #64C18E; }
span { border-color: rgb(100,193,142); }
td.TdClassName
{
border-color: #64C18E;
}
.TagClassName
{
border-color: #64C18E;
}
</style>