Shades of Silver Tree #64D394
Tints of Silver Tree #64D394
RGB
CMYK
RGB Variations
Color information
#64D394 (or 0x64D394) is known color: Silver Tree. HEX triplet: 64, D3 and 94. RGB value is (100,211,148). Sum of RGB (Red+Green+Blue) = 100+211+148=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #64D394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D394 is #9B2C6B. Grayscale: #AAAAAA. Windows color (decimal): -10169452 or 9753444. OLE color: 9753444.
HSL color Cylindrical-coordinate representation of color #64D394: hue angle of 145.95º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D394 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 148 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.17 |
| HSL | 145.95º | 0.56% | 0.61% | - |
| HSV(B) | 145.95º | 0.53% | 0.83% | - |
| XYZ | 33.9 | 51.44 | 36.16 | - |
| YUV | 170.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 148 | 0.53 | 0 | 0.30 | 0.17 | 145.95 | 0.56 | 0.61 |
| Hex | 64 | D3 | 94 | 35 | 0 | 1E | 11 | 92 | 38 | 3D |
| Octal | 144 | 323 | 224 | 65 | 0 | 36 | 21 | 222 | 70 | 75 |
| Binary | 1100100 | 11010011 | 10010100 | 110101 | 0 | 11110 | 10001 | 10010010 | 111000 | 111101 |
Color Harmonies of #64D394
Complementary color
Monochromatic Colors of #64D394
Black with #64D394
Text Example
Text Example
White with #64D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D394; }
p { color: rgb(100,211,148); }
H1.HeaderClassName
{
color: #64D394;
}
.AnyTagClassName
{
color: #64D394;
}
</style>
background-color css
<style>
a { background-color: #64D394; }
a { background-color: rgb(100,211,148); }
div.DivClassName
{
background-color: #64D394;
}
.BgClassName
{
background-color: #64D394;
}
</style>
border-color css
<style>
span { border-color: #64D394; }
span { border-color: rgb(100,211,148); }
td.TdClassName
{
border-color: #64D394;
}
.TagClassName
{
border-color: #64D394;
}
</style>