Shades of Silver Tree #64D08A
Tints of Silver Tree #64D08A
RGB
CMYK
RGB Variations
Color information
#64D08A (or 0x64D08A) is known color: Silver Tree. HEX triplet: 64, D0 and 8A. RGB value is (100,208,138). Sum of RGB (Red+Green+Blue) = 100+208+138=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #64D08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D08A is #9B2F75. Grayscale: #A7A7A7. Windows color (decimal): -10170230 or 9097316. OLE color: 9097316.
HSL color Cylindrical-coordinate representation of color #64D08A: hue angle of 141.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D08A is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 138 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.18 |
| HSL | 141.11º | 0.53% | 0.6% | - |
| HSV(B) | 141.11º | 0.52% | 0.82% | - |
| XYZ | 32.4 | 49.66 | 31.92 | - |
| YUV | 167.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 138 | 0.52 | 0 | 0.34 | 0.18 | 141.11 | 0.53 | 0.6 |
| Hex | 64 | D0 | 8A | 34 | 0 | 22 | 12 | 8D | 35 | 3C |
| Octal | 144 | 320 | 212 | 64 | 0 | 42 | 22 | 215 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10001010 | 110100 | 0 | 100010 | 10010 | 10001101 | 110101 | 111100 |
Color Harmonies of #64D08A
Complementary color
Monochromatic Colors of #64D08A
Black with #64D08A
Text Example
Text Example
White with #64D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D08A; }
p { color: rgb(100,208,138); }
H1.HeaderClassName
{
color: #64D08A;
}
.AnyTagClassName
{
color: #64D08A;
}
</style>
background-color css
<style>
a { background-color: #64D08A; }
a { background-color: rgb(100,208,138); }
div.DivClassName
{
background-color: #64D08A;
}
.BgClassName
{
background-color: #64D08A;
}
</style>
border-color css
<style>
span { border-color: #64D08A; }
span { border-color: rgb(100,208,138); }
td.TdClassName
{
border-color: #64D08A;
}
.TagClassName
{
border-color: #64D08A;
}
</style>