Shades of Silver Tree #64C28A
Tints of Silver Tree #64C28A
RGB
CMYK
RGB Variations
Color information
#64C28A (or 0x64C28A) is known color: Silver Tree. HEX triplet: 64, C2 and 8A. RGB value is (100,194,138). Sum of RGB (Red+Green+Blue) = 100+194+138=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #64C28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C28A is #9B3D75. Grayscale: #9F9F9F. Windows color (decimal): -10173814 or 9093732. OLE color: 9093732.
HSL color Cylindrical-coordinate representation of color #64C28A: hue angle of 144.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C28A is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 138 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.24 |
| HSL | 144.26º | 0.44% | 0.58% | - |
| HSV(B) | 144.26º | 0.48% | 0.76% | - |
| XYZ | 29.13 | 43.13 | 30.83 | - |
| YUV | 159.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 138 | 0.48 | 0 | 0.29 | 0.24 | 144.26 | 0.44 | 0.58 |
| Hex | 64 | C2 | 8A | 30 | 0 | 1D | 18 | 90 | 2C | 3A |
| Octal | 144 | 302 | 212 | 60 | 0 | 35 | 30 | 220 | 54 | 72 |
| Binary | 1100100 | 11000010 | 10001010 | 110000 | 0 | 11101 | 11000 | 10010000 | 101100 | 111010 |
Color Harmonies of #64C28A
Complementary color
Monochromatic Colors of #64C28A
Black with #64C28A
Text Example
Text Example
White with #64C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C28A; }
p { color: rgb(100,194,138); }
H1.HeaderClassName
{
color: #64C28A;
}
.AnyTagClassName
{
color: #64C28A;
}
</style>
background-color css
<style>
a { background-color: #64C28A; }
a { background-color: rgb(100,194,138); }
div.DivClassName
{
background-color: #64C28A;
}
.BgClassName
{
background-color: #64C28A;
}
</style>
border-color css
<style>
span { border-color: #64C28A; }
span { border-color: rgb(100,194,138); }
td.TdClassName
{
border-color: #64C28A;
}
.TagClassName
{
border-color: #64C28A;
}
</style>