Shades of Silver Tree #64D98B
Tints of Silver Tree #64D98B
RGB
CMYK
RGB Variations
Color information
#64D98B (or 0x64D98B) is known color: Silver Tree. HEX triplet: 64, D9 and 8B. RGB value is (100,217,139). Sum of RGB (Red+Green+Blue) = 100+217+139=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #64D98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D98B is #9B2674. Grayscale: #ADADAD. Windows color (decimal): -10167925 or 9165156. OLE color: 9165156.
HSL color Cylindrical-coordinate representation of color #64D98B: hue angle of 140º 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 #64D98B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 139 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.15 |
| HSL | 140º | 0.61% | 0.62% | - |
| HSV(B) | 140º | 0.54% | 0.85% | - |
| XYZ | 34.73 | 54.2 | 33.06 | - |
| YUV | 173.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 139 | 0.54 | 0 | 0.36 | 0.15 | 140 | 0.61 | 0.62 |
| Hex | 64 | D9 | 8B | 36 | 0 | 24 | F | 8C | 3D | 3E |
| Octal | 144 | 331 | 213 | 66 | 0 | 44 | 17 | 214 | 75 | 76 |
| Binary | 1100100 | 11011001 | 10001011 | 110110 | 0 | 100100 | 1111 | 10001100 | 111101 | 111110 |
Color Harmonies of #64D98B
Complementary color
Monochromatic Colors of #64D98B
Black with #64D98B
Text Example
Text Example
White with #64D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D98B; }
p { color: rgb(100,217,139); }
H1.HeaderClassName
{
color: #64D98B;
}
.AnyTagClassName
{
color: #64D98B;
}
</style>
background-color css
<style>
a { background-color: #64D98B; }
a { background-color: rgb(100,217,139); }
div.DivClassName
{
background-color: #64D98B;
}
.BgClassName
{
background-color: #64D98B;
}
</style>
border-color css
<style>
span { border-color: #64D98B; }
span { border-color: rgb(100,217,139); }
td.TdClassName
{
border-color: #64D98B;
}
.TagClassName
{
border-color: #64D98B;
}
</style>