Shades of Silver Tree #64D68B
Tints of Silver Tree #64D68B
RGB
CMYK
RGB Variations
Color information
#64D68B (or 0x64D68B) is known color: Silver Tree. HEX triplet: 64, D6 and 8B. RGB value is (100,214,139). Sum of RGB (Red+Green+Blue) = 100+214+139=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #64D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D68B is #9B2974. Grayscale: #ABABAB. Windows color (decimal): -10168693 or 9164388. OLE color: 9164388.
HSL color Cylindrical-coordinate representation of color #64D68B: hue angle of 140.53º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D68B is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 139 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.16 |
| HSL | 140.53º | 0.58% | 0.62% | - |
| HSV(B) | 140.53º | 0.53% | 0.84% | - |
| XYZ | 33.96 | 52.67 | 32.8 | - |
| YUV | 171.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 139 | 0.53 | 0 | 0.35 | 0.16 | 140.53 | 0.58 | 0.62 |
| Hex | 64 | D6 | 8B | 35 | 0 | 23 | 10 | 8D | 3A | 3E |
| Octal | 144 | 326 | 213 | 65 | 0 | 43 | 20 | 215 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10001011 | 110101 | 0 | 100011 | 10000 | 10001101 | 111010 | 111110 |
Color Harmonies of #64D68B
Complementary color
Monochromatic Colors of #64D68B
Black with #64D68B
Text Example
Text Example
White with #64D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D68B; }
p { color: rgb(100,214,139); }
H1.HeaderClassName
{
color: #64D68B;
}
.AnyTagClassName
{
color: #64D68B;
}
</style>
background-color css
<style>
a { background-color: #64D68B; }
a { background-color: rgb(100,214,139); }
div.DivClassName
{
background-color: #64D68B;
}
.BgClassName
{
background-color: #64D68B;
}
</style>
border-color css
<style>
span { border-color: #64D68B; }
span { border-color: rgb(100,214,139); }
td.TdClassName
{
border-color: #64D68B;
}
.TagClassName
{
border-color: #64D68B;
}
</style>