Shades of Silver Tree #64D094
Tints of Silver Tree #64D094
RGB
CMYK
RGB Variations
Color information
#64D094 (or 0x64D094) is known color: Silver Tree. HEX triplet: 64, D0 and 94. RGB value is (100,208,148). Sum of RGB (Red+Green+Blue) = 100+208+148=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #64D094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D094 is #9B2F6B. Grayscale: #A9A9A9. Windows color (decimal): -10170220 or 9752676. OLE color: 9752676.
HSL color Cylindrical-coordinate representation of color #64D094: hue angle of 146.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D094 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 148 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.18 |
| HSL | 146.67º | 0.53% | 0.6% | - |
| HSV(B) | 146.67º | 0.52% | 0.82% | - |
| XYZ | 33.16 | 49.96 | 35.91 | - |
| YUV | 168.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 148 | 0.52 | 0 | 0.29 | 0.18 | 146.67 | 0.53 | 0.6 |
| Hex | 64 | D0 | 94 | 34 | 0 | 1D | 12 | 93 | 35 | 3C |
| Octal | 144 | 320 | 224 | 64 | 0 | 35 | 22 | 223 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10010100 | 110100 | 0 | 11101 | 10010 | 10010011 | 110101 | 111100 |
Color Harmonies of #64D094
Complementary color
Monochromatic Colors of #64D094
Black with #64D094
Text Example
Text Example
White with #64D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D094; }
p { color: rgb(100,208,148); }
H1.HeaderClassName
{
color: #64D094;
}
.AnyTagClassName
{
color: #64D094;
}
</style>
background-color css
<style>
a { background-color: #64D094; }
a { background-color: rgb(100,208,148); }
div.DivClassName
{
background-color: #64D094;
}
.BgClassName
{
background-color: #64D094;
}
</style>
border-color css
<style>
span { border-color: #64D094; }
span { border-color: rgb(100,208,148); }
td.TdClassName
{
border-color: #64D094;
}
.TagClassName
{
border-color: #64D094;
}
</style>