Shades of Silver Tree #64BF90
Tints of Silver Tree #64BF90
RGB
CMYK
RGB Variations
Color information
#64BF90 (or 0x64BF90) is known color: Silver Tree. HEX triplet: 64, BF and 90. RGB value is (100,191,144). Sum of RGB (Red+Green+Blue) = 100+191+144=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF90 is #9B406F. Grayscale: #9E9E9E. Windows color (decimal): -10174576 or 9486180. OLE color: 9486180.
HSL color Cylindrical-coordinate representation of color #64BF90: hue angle of 149.01º 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 #64BF90 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 144 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.25 |
| HSL | 149.01º | 0.42% | 0.57% | - |
| HSV(B) | 149.01º | 0.48% | 0.75% | - |
| XYZ | 28.92 | 41.98 | 32.97 | - |
| YUV | 158.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 144 | 0.48 | 0 | 0.25 | 0.25 | 149.01 | 0.42 | 0.57 |
| Hex | 64 | BF | 90 | 30 | 0 | 19 | 19 | 95 | 2A | 39 |
| Octal | 144 | 277 | 220 | 60 | 0 | 31 | 31 | 225 | 52 | 71 |
| Binary | 1100100 | 10111111 | 10010000 | 110000 | 0 | 11001 | 11001 | 10010101 | 101010 | 111001 |
Color Harmonies of #64BF90
Complementary color
Monochromatic Colors of #64BF90
Black with #64BF90
Text Example
Text Example
White with #64BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF90; }
p { color: rgb(100,191,144); }
H1.HeaderClassName
{
color: #64BF90;
}
.AnyTagClassName
{
color: #64BF90;
}
</style>
background-color css
<style>
a { background-color: #64BF90; }
a { background-color: rgb(100,191,144); }
div.DivClassName
{
background-color: #64BF90;
}
.BgClassName
{
background-color: #64BF90;
}
</style>
border-color css
<style>
span { border-color: #64BF90; }
span { border-color: rgb(100,191,144); }
td.TdClassName
{
border-color: #64BF90;
}
.TagClassName
{
border-color: #64BF90;
}
</style>