Shades of Silver Tree #64CA83
Tints of Silver Tree #64CA83
RGB
CMYK
RGB Variations
Color information
#64CA83 (or 0x64CA83) is known color: Silver Tree. HEX triplet: 64, CA and 83. RGB value is (100,202,131). Sum of RGB (Red+Green+Blue) = 100+202+131=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CA83 is #9B357C. Grayscale: #A3A3A3. Windows color (decimal): -10171773 or 8637028. OLE color: 8637028.
HSL color Cylindrical-coordinate representation of color #64CA83: hue angle of 138.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA83 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 131 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.21 |
| HSL | 138.24º | 0.49% | 0.59% | - |
| HSV(B) | 138.24º | 0.5% | 0.79% | - |
| XYZ | 30.47 | 46.59 | 28.86 | - |
| YUV | 163.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 131 | 0.50 | 0 | 0.35 | 0.21 | 138.24 | 0.49 | 0.59 |
| Hex | 64 | CA | 83 | 32 | 0 | 23 | 15 | 8A | 31 | 3B |
| Octal | 144 | 312 | 203 | 62 | 0 | 43 | 25 | 212 | 61 | 73 |
| Binary | 1100100 | 11001010 | 10000011 | 110010 | 0 | 100011 | 10101 | 10001010 | 110001 | 111011 |
Color Harmonies of #64CA83
Complementary color
Monochromatic Colors of #64CA83
Black with #64CA83
Text Example
Text Example
White with #64CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CA83; }
p { color: rgb(100,202,131); }
H1.HeaderClassName
{
color: #64CA83;
}
.AnyTagClassName
{
color: #64CA83;
}
</style>
background-color css
<style>
a { background-color: #64CA83; }
a { background-color: rgb(100,202,131); }
div.DivClassName
{
background-color: #64CA83;
}
.BgClassName
{
background-color: #64CA83;
}
</style>
border-color css
<style>
span { border-color: #64CA83; }
span { border-color: rgb(100,202,131); }
td.TdClassName
{
border-color: #64CA83;
}
.TagClassName
{
border-color: #64CA83;
}
</style>