Shades of Silver Tree #64CF99
Tints of Silver Tree #64CF99
RGB
CMYK
RGB Variations
Color information
#64CF99 (or 0x64CF99) is known color: Silver Tree. HEX triplet: 64, CF and 99. RGB value is (100,207,153). Sum of RGB (Red+Green+Blue) = 100+207+153=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CF99 is #9B3066. Grayscale: #A8A8A8. Windows color (decimal): -10170471 or 10080100. OLE color: 10080100.
HSL color Cylindrical-coordinate representation of color #64CF99: hue angle of 149.72º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CF99 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 153 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.19 |
| HSL | 149.72º | 0.53% | 0.6% | - |
| HSV(B) | 149.72º | 0.52% | 0.81% | - |
| XYZ | 33.32 | 49.63 | 37.96 | - |
| YUV | 168.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 153 | 0.52 | 0 | 0.26 | 0.19 | 149.72 | 0.53 | 0.6 |
| Hex | 64 | CF | 99 | 34 | 0 | 1A | 13 | 96 | 35 | 3C |
| Octal | 144 | 317 | 231 | 64 | 0 | 32 | 23 | 226 | 65 | 74 |
| Binary | 1100100 | 11001111 | 10011001 | 110100 | 0 | 11010 | 10011 | 10010110 | 110101 | 111100 |
Color Harmonies of #64CF99
Complementary color
Monochromatic Colors of #64CF99
Black with #64CF99
Text Example
Text Example
White with #64CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF99; }
p { color: rgb(100,207,153); }
H1.HeaderClassName
{
color: #64CF99;
}
.AnyTagClassName
{
color: #64CF99;
}
</style>
background-color css
<style>
a { background-color: #64CF99; }
a { background-color: rgb(100,207,153); }
div.DivClassName
{
background-color: #64CF99;
}
.BgClassName
{
background-color: #64CF99;
}
</style>
border-color css
<style>
span { border-color: #64CF99; }
span { border-color: rgb(100,207,153); }
td.TdClassName
{
border-color: #64CF99;
}
.TagClassName
{
border-color: #64CF99;
}
</style>