Shades of Silver Tree #64C991
Tints of Silver Tree #64C991
RGB
CMYK
RGB Variations
Color information
#64C991 (or 0x64C991) is known color: Silver Tree. HEX triplet: 64, C9 and 91. RGB value is (100,201,145). Sum of RGB (Red+Green+Blue) = 100+201+145=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #64C991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C991 is #9B366E. Grayscale: #A4A4A4. Windows color (decimal): -10172015 or 9554276. OLE color: 9554276.
HSL color Cylindrical-coordinate representation of color #64C991: hue angle of 146.73º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C991 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 145 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.21 |
| HSL | 146.73º | 0.48% | 0.59% | - |
| HSV(B) | 146.73º | 0.5% | 0.79% | - |
| XYZ | 31.25 | 46.53 | 34.12 | - |
| YUV | 164.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 145 | 0.50 | 0 | 0.28 | 0.21 | 146.73 | 0.48 | 0.59 |
| Hex | 64 | C9 | 91 | 32 | 0 | 1C | 15 | 93 | 30 | 3B |
| Octal | 144 | 311 | 221 | 62 | 0 | 34 | 25 | 223 | 60 | 73 |
| Binary | 1100100 | 11001001 | 10010001 | 110010 | 0 | 11100 | 10101 | 10010011 | 110000 | 111011 |
Color Harmonies of #64C991
Complementary color
Monochromatic Colors of #64C991
Black with #64C991
Text Example
Text Example
White with #64C991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C991; }
p { color: rgb(100,201,145); }
H1.HeaderClassName
{
color: #64C991;
}
.AnyTagClassName
{
color: #64C991;
}
</style>
background-color css
<style>
a { background-color: #64C991; }
a { background-color: rgb(100,201,145); }
div.DivClassName
{
background-color: #64C991;
}
.BgClassName
{
background-color: #64C991;
}
</style>
border-color css
<style>
span { border-color: #64C991; }
span { border-color: rgb(100,201,145); }
td.TdClassName
{
border-color: #64C991;
}
.TagClassName
{
border-color: #64C991;
}
</style>