Shades of Silver Tree #64DC92
Tints of Silver Tree #64DC92
RGB
CMYK
RGB Variations
Color information
#64DC92 (or 0x64DC92) is known color: Silver Tree. HEX triplet: 64, DC and 92. RGB value is (100,220,146). Sum of RGB (Red+Green+Blue) = 100+220+146=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC92 is #9B236D. Grayscale: #AFAFAF. Windows color (decimal): -10167150 or 9624676. OLE color: 9624676.
HSL color Cylindrical-coordinate representation of color #64DC92: hue angle of 143º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC92 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 146 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.14 |
| HSL | 143º | 0.63% | 0.63% | - |
| HSV(B) | 143º | 0.55% | 0.86% | - |
| XYZ | 36.04 | 55.97 | 36.1 | - |
| YUV | 175.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 146 | 0.55 | 0 | 0.34 | 0.14 | 143 | 0.63 | 0.63 |
| Hex | 64 | DC | 92 | 37 | 0 | 22 | E | 8F | 3F | 3F |
| Octal | 144 | 334 | 222 | 67 | 0 | 42 | 16 | 217 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10010010 | 110111 | 0 | 100010 | 1110 | 10001111 | 111111 | 111111 |
Color Harmonies of #64DC92
Complementary color
Monochromatic Colors of #64DC92
Black with #64DC92
Text Example
Text Example
White with #64DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DC92; }
p { color: rgb(100,220,146); }
H1.HeaderClassName
{
color: #64DC92;
}
.AnyTagClassName
{
color: #64DC92;
}
</style>
background-color css
<style>
a { background-color: #64DC92; }
a { background-color: rgb(100,220,146); }
div.DivClassName
{
background-color: #64DC92;
}
.BgClassName
{
background-color: #64DC92;
}
</style>
border-color css
<style>
span { border-color: #64DC92; }
span { border-color: rgb(100,220,146); }
td.TdClassName
{
border-color: #64DC92;
}
.TagClassName
{
border-color: #64DC92;
}
</style>