Shades of Apple #64A33F
Tints of Apple #64A33F
RGB
CMYK
RGB Variations
Color information
#64A33F (or 0x64A33F) is known color: Apple. HEX triplet: 64, A3 and 3F. RGB value is (100,163,63). Sum of RGB (Red+Green+Blue) = 100+163+63=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #64A33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A33F is #9B5CC0. Grayscale: #858585. Windows color (decimal): -10181825 or 4170596. OLE color: 4170596.
HSL color Cylindrical-coordinate representation of color #64A33F: hue angle of 97.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64A33F is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 163 | 63 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.36 |
| HSL | 97.8º | 0.44% | 0.44% | - |
| HSV(B) | 97.8º | 0.61% | 0.64% | - |
| XYZ | 19.25 | 29.26 | 9.34 | - |
| YUV | 132.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 63 | 0.39 | 0 | 0.61 | 0.36 | 97.8 | 0.44 | 0.44 |
| Hex | 64 | A3 | 3F | 27 | 0 | 3D | 24 | 62 | 2C | 2C |
| Octal | 144 | 243 | 77 | 47 | 0 | 75 | 44 | 142 | 54 | 54 |
| Binary | 1100100 | 10100011 | 111111 | 100111 | 0 | 111101 | 100100 | 1100010 | 101100 | 101100 |
Color Harmonies of #64A33F
Complementary color
Monochromatic Colors of #64A33F
Black with #64A33F
Text Example
Text Example
White with #64A33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A33F; }
p { color: rgb(100,163,63); }
H1.HeaderClassName
{
color: #64A33F;
}
.AnyTagClassName
{
color: #64A33F;
}
</style>
background-color css
<style>
a { background-color: #64A33F; }
a { background-color: rgb(100,163,63); }
div.DivClassName
{
background-color: #64A33F;
}
.BgClassName
{
background-color: #64A33F;
}
</style>
border-color css
<style>
span { border-color: #64A33F; }
span { border-color: rgb(100,163,63); }
td.TdClassName
{
border-color: #64A33F;
}
.TagClassName
{
border-color: #64A33F;
}
</style>