Shades of Silver Tree #64CE98
Tints of Silver Tree #64CE98
RGB
CMYK
RGB Variations
Color information
#64CE98 (or 0x64CE98) is known color: Silver Tree. HEX triplet: 64, CE and 98. RGB value is (100,206,152). Sum of RGB (Red+Green+Blue) = 100+206+152=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CE98 is #9B3167. Grayscale: #A8A8A8. Windows color (decimal): -10170728 or 10014308. OLE color: 10014308.
HSL color Cylindrical-coordinate representation of color #64CE98: hue angle of 149.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CE98 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 152 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.19 |
| HSL | 149.43º | 0.52% | 0.6% | - |
| HSV(B) | 149.43º | 0.51% | 0.81% | - |
| XYZ | 32.99 | 49.12 | 37.45 | - |
| YUV | 168.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 152 | 0.51 | 0 | 0.26 | 0.19 | 149.43 | 0.52 | 0.6 |
| Hex | 64 | CE | 98 | 33 | 0 | 1A | 13 | 95 | 34 | 3C |
| Octal | 144 | 316 | 230 | 63 | 0 | 32 | 23 | 225 | 64 | 74 |
| Binary | 1100100 | 11001110 | 10011000 | 110011 | 0 | 11010 | 10011 | 10010101 | 110100 | 111100 |
Color Harmonies of #64CE98
Complementary color
Monochromatic Colors of #64CE98
Black with #64CE98
Text Example
Text Example
White with #64CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CE98; }
p { color: rgb(100,206,152); }
H1.HeaderClassName
{
color: #64CE98;
}
.AnyTagClassName
{
color: #64CE98;
}
</style>
background-color css
<style>
a { background-color: #64CE98; }
a { background-color: rgb(100,206,152); }
div.DivClassName
{
background-color: #64CE98;
}
.BgClassName
{
background-color: #64CE98;
}
</style>
border-color css
<style>
span { border-color: #64CE98; }
span { border-color: rgb(100,206,152); }
td.TdClassName
{
border-color: #64CE98;
}
.TagClassName
{
border-color: #64CE98;
}
</style>