Shades of Silver Tree #64CB8A
Tints of Silver Tree #64CB8A
RGB
CMYK
RGB Variations
Color information
#64CB8A (or 0x64CB8A) is known color: Silver Tree. HEX triplet: 64, CB and 8A. RGB value is (100,203,138). Sum of RGB (Red+Green+Blue) = 100+203+138=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CB8A is #9B3475. Grayscale: #A4A4A4. Windows color (decimal): -10171510 or 9096036. OLE color: 9096036.
HSL color Cylindrical-coordinate representation of color #64CB8A: hue angle of 142.14º 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 #64CB8A is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 138 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.20 |
| HSL | 142.14º | 0.5% | 0.59% | - |
| HSV(B) | 142.14º | 0.51% | 0.8% | - |
| XYZ | 31.2 | 47.26 | 31.52 | - |
| YUV | 164.79 | 112.88 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 138 | 0.51 | 0 | 0.32 | 0.20 | 142.14 | 0.5 | 0.59 |
| Hex | 64 | CB | 8A | 33 | 0 | 20 | 14 | 8E | 32 | 3B |
| Octal | 144 | 313 | 212 | 63 | 0 | 40 | 24 | 216 | 62 | 73 |
| Binary | 1100100 | 11001011 | 10001010 | 110011 | 0 | 100000 | 10100 | 10001110 | 110010 | 111011 |
Color Harmonies of #64CB8A
Complementary color
Monochromatic Colors of #64CB8A
Black with #64CB8A
Text Example
Text Example
White with #64CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB8A; }
p { color: rgb(100,203,138); }
H1.HeaderClassName
{
color: #64CB8A;
}
.AnyTagClassName
{
color: #64CB8A;
}
</style>
background-color css
<style>
a { background-color: #64CB8A; }
a { background-color: rgb(100,203,138); }
div.DivClassName
{
background-color: #64CB8A;
}
.BgClassName
{
background-color: #64CB8A;
}
</style>
border-color css
<style>
span { border-color: #64CB8A; }
span { border-color: rgb(100,203,138); }
td.TdClassName
{
border-color: #64CB8A;
}
.TagClassName
{
border-color: #64CB8A;
}
</style>