Shades of Silver Tree #64CB84
Tints of Silver Tree #64CB84
RGB
CMYK
RGB Variations
Color information
#64CB84 (or 0x64CB84) is known color: Silver Tree. HEX triplet: 64, CB and 84. RGB value is (100,203,132). Sum of RGB (Red+Green+Blue) = 100+203+132=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CB84 is #9B347B. Grayscale: #A4A4A4. Windows color (decimal): -10171516 or 8702820. OLE color: 8702820.
HSL color Cylindrical-coordinate representation of color #64CB84: hue angle of 138.64º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CB84 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 132 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.20 |
| HSL | 138.64º | 0.5% | 0.59% | - |
| HSV(B) | 138.64º | 0.51% | 0.8% | - |
| XYZ | 30.78 | 47.09 | 29.3 | - |
| YUV | 164.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 132 | 0.51 | 0 | 0.35 | 0.20 | 138.64 | 0.5 | 0.59 |
| Hex | 64 | CB | 84 | 33 | 0 | 23 | 14 | 8B | 32 | 3B |
| Octal | 144 | 313 | 204 | 63 | 0 | 43 | 24 | 213 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10000100 | 110011 | 0 | 100011 | 10100 | 10001011 | 110010 | 111011 |
Color Harmonies of #64CB84
Complementary color
Monochromatic Colors of #64CB84
Black with #64CB84
Text Example
Text Example
White with #64CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB84; }
p { color: rgb(100,203,132); }
H1.HeaderClassName
{
color: #64CB84;
}
.AnyTagClassName
{
color: #64CB84;
}
</style>
background-color css
<style>
a { background-color: #64CB84; }
a { background-color: rgb(100,203,132); }
div.DivClassName
{
background-color: #64CB84;
}
.BgClassName
{
background-color: #64CB84;
}
</style>
border-color css
<style>
span { border-color: #64CB84; }
span { border-color: rgb(100,203,132); }
td.TdClassName
{
border-color: #64CB84;
}
.TagClassName
{
border-color: #64CB84;
}
</style>