Shades of Silver Tree #64D992
Tints of Silver Tree #64D992
RGB
CMYK
RGB Variations
Color information
#64D992 (or 0x64D992) is known color: Silver Tree. HEX triplet: 64, D9 and 92. RGB value is (100,217,146). Sum of RGB (Red+Green+Blue) = 100+217+146=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #64D992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D992 is #9B266D. Grayscale: #AEAEAE. Windows color (decimal): -10167918 or 9623908. OLE color: 9623908.
HSL color Cylindrical-coordinate representation of color #64D992: hue angle of 143.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D992 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 146 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.15 |
| HSL | 143.59º | 0.61% | 0.62% | - |
| HSV(B) | 143.59º | 0.54% | 0.85% | - |
| XYZ | 35.26 | 54.41 | 35.84 | - |
| YUV | 173.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 146 | 0.54 | 0 | 0.33 | 0.15 | 143.59 | 0.61 | 0.62 |
| Hex | 64 | D9 | 92 | 36 | 0 | 21 | F | 90 | 3D | 3E |
| Octal | 144 | 331 | 222 | 66 | 0 | 41 | 17 | 220 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10010010 | 110110 | 0 | 100001 | 1111 | 10010000 | 111101 | 111110 |
Color Harmonies of #64D992
Complementary color
Monochromatic Colors of #64D992
Black with #64D992
Text Example
Text Example
White with #64D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D992; }
p { color: rgb(100,217,146); }
H1.HeaderClassName
{
color: #64D992;
}
.AnyTagClassName
{
color: #64D992;
}
</style>
background-color css
<style>
a { background-color: #64D992; }
a { background-color: rgb(100,217,146); }
div.DivClassName
{
background-color: #64D992;
}
.BgClassName
{
background-color: #64D992;
}
</style>
border-color css
<style>
span { border-color: #64D992; }
span { border-color: rgb(100,217,146); }
td.TdClassName
{
border-color: #64D992;
}
.TagClassName
{
border-color: #64D992;
}
</style>