Shades of Silver Tree #64EA93
Tints of Silver Tree #64EA93
RGB
CMYK
RGB Variations
Color information
#64EA93 (or 0x64EA93) is known color: Silver Tree. HEX triplet: 64, EA and 93. RGB value is (100,234,147). Sum of RGB (Red+Green+Blue) = 100+234+147=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA93 is #9B156C. Grayscale: #B8B8B8. Windows color (decimal): -10163565 or 9693796. OLE color: 9693796.
HSL color Cylindrical-coordinate representation of color #64EA93: hue angle of 141.04º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EA93 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 147 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.08 |
| HSL | 141.04º | 0.76% | 0.65% | - |
| HSV(B) | 141.04º | 0.57% | 0.92% | - |
| XYZ | 39.94 | 63.66 | 37.79 | - |
| YUV | 184.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 147 | 0.57 | 0 | 0.37 | 0.08 | 141.04 | 0.76 | 0.65 |
| Hex | 64 | EA | 93 | 39 | 0 | 25 | 8 | 8D | 4C | 41 |
| Octal | 144 | 352 | 223 | 71 | 0 | 45 | 10 | 215 | 114 | 101 |
| Binary | 1100100 | 11101010 | 10010011 | 111001 | 0 | 100101 | 1000 | 10001101 | 1001100 | 1000001 |
Color Harmonies of #64EA93
Complementary color
Monochromatic Colors of #64EA93
Black with #64EA93
Text Example
Text Example
White with #64EA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA93; }
p { color: rgb(100,234,147); }
H1.HeaderClassName
{
color: #64EA93;
}
.AnyTagClassName
{
color: #64EA93;
}
</style>
background-color css
<style>
a { background-color: #64EA93; }
a { background-color: rgb(100,234,147); }
div.DivClassName
{
background-color: #64EA93;
}
.BgClassName
{
background-color: #64EA93;
}
</style>
border-color css
<style>
span { border-color: #64EA93; }
span { border-color: rgb(100,234,147); }
td.TdClassName
{
border-color: #64EA93;
}
.TagClassName
{
border-color: #64EA93;
}
</style>