Shades of Silver Tree #64CB8B
Tints of Silver Tree #64CB8B
RGB
CMYK
RGB Variations
Color information
#64CB8B (or 0x64CB8B) is known color: Silver Tree. HEX triplet: 64, CB and 8B. RGB value is (100,203,139). Sum of RGB (Red+Green+Blue) = 100+203+139=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CB8B is #9B3474. Grayscale: #A5A5A5. Windows color (decimal): -10171509 or 9161572. OLE color: 9161572.
HSL color Cylindrical-coordinate representation of color #64CB8B: hue angle of 142.72º 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 #64CB8B is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 139 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.20 |
| HSL | 142.72º | 0.5% | 0.59% | - |
| HSV(B) | 142.72º | 0.51% | 0.8% | - |
| XYZ | 31.27 | 47.29 | 31.9 | - |
| YUV | 164.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 139 | 0.51 | 0 | 0.32 | 0.20 | 142.72 | 0.5 | 0.59 |
| Hex | 64 | CB | 8B | 33 | 0 | 20 | 14 | 8F | 32 | 3B |
| Octal | 144 | 313 | 213 | 63 | 0 | 40 | 24 | 217 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10001011 | 110011 | 0 | 100000 | 10100 | 10001111 | 110010 | 111011 |
Color Harmonies of #64CB8B
Complementary color
Monochromatic Colors of #64CB8B
Black with #64CB8B
Text Example
Text Example
White with #64CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB8B; }
p { color: rgb(100,203,139); }
H1.HeaderClassName
{
color: #64CB8B;
}
.AnyTagClassName
{
color: #64CB8B;
}
</style>
background-color css
<style>
a { background-color: #64CB8B; }
a { background-color: rgb(100,203,139); }
div.DivClassName
{
background-color: #64CB8B;
}
.BgClassName
{
background-color: #64CB8B;
}
</style>
border-color css
<style>
span { border-color: #64CB8B; }
span { border-color: rgb(100,203,139); }
td.TdClassName
{
border-color: #64CB8B;
}
.TagClassName
{
border-color: #64CB8B;
}
</style>