Shades of Silver Tree #64C994
Tints of Silver Tree #64C994
RGB
CMYK
RGB Variations
Color information
#64C994 (or 0x64C994) is known color: Silver Tree. HEX triplet: 64, C9 and 94. RGB value is (100,201,148). Sum of RGB (Red+Green+Blue) = 100+201+148=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #64C994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C994 is #9B366B. Grayscale: #A4A4A4. Windows color (decimal): -10172012 or 9750884. OLE color: 9750884.
HSL color Cylindrical-coordinate representation of color #64C994: hue angle of 148.51º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C994 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 148 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.21 |
| HSL | 148.51º | 0.48% | 0.59% | - |
| HSV(B) | 148.51º | 0.5% | 0.79% | - |
| XYZ | 31.49 | 46.62 | 35.36 | - |
| YUV | 164.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 148 | 0.50 | 0 | 0.26 | 0.21 | 148.51 | 0.48 | 0.59 |
| Hex | 64 | C9 | 94 | 32 | 0 | 1A | 15 | 95 | 30 | 3B |
| Octal | 144 | 311 | 224 | 62 | 0 | 32 | 25 | 225 | 60 | 73 |
| Binary | 1100100 | 11001001 | 10010100 | 110010 | 0 | 11010 | 10101 | 10010101 | 110000 | 111011 |
Color Harmonies of #64C994
Complementary color
Monochromatic Colors of #64C994
Black with #64C994
Text Example
Text Example
White with #64C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C994; }
p { color: rgb(100,201,148); }
H1.HeaderClassName
{
color: #64C994;
}
.AnyTagClassName
{
color: #64C994;
}
</style>
background-color css
<style>
a { background-color: #64C994; }
a { background-color: rgb(100,201,148); }
div.DivClassName
{
background-color: #64C994;
}
.BgClassName
{
background-color: #64C994;
}
</style>
border-color css
<style>
span { border-color: #64C994; }
span { border-color: rgb(100,201,148); }
td.TdClassName
{
border-color: #64C994;
}
.TagClassName
{
border-color: #64C994;
}
</style>