Shades of Silver Tree #64D098
Tints of Silver Tree #64D098
RGB
CMYK
RGB Variations
Color information
#64D098 (or 0x64D098) is known color: Silver Tree. HEX triplet: 64, D0 and 98. RGB value is (100,208,152). Sum of RGB (Red+Green+Blue) = 100+208+152=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #64D098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D098 is #9B2F67. Grayscale: #A9A9A9. Windows color (decimal): -10170216 or 10014820. OLE color: 10014820.
HSL color Cylindrical-coordinate representation of color #64D098: hue angle of 148.89º 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 #64D098 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 152 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.18 |
| HSL | 148.89º | 0.53% | 0.6% | - |
| HSV(B) | 148.89º | 0.52% | 0.82% | - |
| XYZ | 33.48 | 50.09 | 37.61 | - |
| YUV | 169.32 | 118.22 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 152 | 0.52 | 0 | 0.27 | 0.18 | 148.89 | 0.53 | 0.6 |
| Hex | 64 | D0 | 98 | 34 | 0 | 1B | 12 | 95 | 35 | 3C |
| Octal | 144 | 320 | 230 | 64 | 0 | 33 | 22 | 225 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10011000 | 110100 | 0 | 11011 | 10010 | 10010101 | 110101 | 111100 |
Color Harmonies of #64D098
Complementary color
Monochromatic Colors of #64D098
Black with #64D098
Text Example
Text Example
White with #64D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D098; }
p { color: rgb(100,208,152); }
H1.HeaderClassName
{
color: #64D098;
}
.AnyTagClassName
{
color: #64D098;
}
</style>
background-color css
<style>
a { background-color: #64D098; }
a { background-color: rgb(100,208,152); }
div.DivClassName
{
background-color: #64D098;
}
.BgClassName
{
background-color: #64D098;
}
</style>
border-color css
<style>
span { border-color: #64D098; }
span { border-color: rgb(100,208,152); }
td.TdClassName
{
border-color: #64D098;
}
.TagClassName
{
border-color: #64D098;
}
</style>