Shades of Silver Tree #64BF81
Tints of Silver Tree #64BF81
RGB
CMYK
RGB Variations
Color information
#64BF81 (or 0x64BF81) is known color: Silver Tree. HEX triplet: 64, BF and 81. RGB value is (100,191,129). Sum of RGB (Red+Green+Blue) = 100+191+129=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF81 is #9B407E. Grayscale: #9C9C9C. Windows color (decimal): -10174591 or 8503140. OLE color: 8503140.
HSL color Cylindrical-coordinate representation of color #64BF81: hue angle of 139.12º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BF81 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 129 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.25 |
| HSL | 139.12º | 0.42% | 0.57% | - |
| HSV(B) | 139.12º | 0.48% | 0.75% | - |
| XYZ | 27.85 | 41.56 | 27.32 | - |
| YUV | 156.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 129 | 0.48 | 0 | 0.32 | 0.25 | 139.12 | 0.42 | 0.57 |
| Hex | 64 | BF | 81 | 30 | 0 | 20 | 19 | 8B | 2A | 39 |
| Octal | 144 | 277 | 201 | 60 | 0 | 40 | 31 | 213 | 52 | 71 |
| Binary | 1100100 | 10111111 | 10000001 | 110000 | 0 | 100000 | 11001 | 10001011 | 101010 | 111001 |
Color Harmonies of #64BF81
Complementary color
Monochromatic Colors of #64BF81
Black with #64BF81
Text Example
Text Example
White with #64BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF81; }
p { color: rgb(100,191,129); }
H1.HeaderClassName
{
color: #64BF81;
}
.AnyTagClassName
{
color: #64BF81;
}
</style>
background-color css
<style>
a { background-color: #64BF81; }
a { background-color: rgb(100,191,129); }
div.DivClassName
{
background-color: #64BF81;
}
.BgClassName
{
background-color: #64BF81;
}
</style>
border-color css
<style>
span { border-color: #64BF81; }
span { border-color: rgb(100,191,129); }
td.TdClassName
{
border-color: #64BF81;
}
.TagClassName
{
border-color: #64BF81;
}
</style>