Shades of Apple #64AC40
Tints of Apple #64AC40
RGB
CMYK
RGB Variations
Color information
#64AC40 (or 0x64AC40) is known color: Apple. HEX triplet: 64, AC and 40. RGB value is (100,172,64). Sum of RGB (Red+Green+Blue) = 100+172+64=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC40 is #9B53BF. Grayscale: #8A8A8A. Windows color (decimal): -10179520 or 4238436. OLE color: 4238436.
HSL color Cylindrical-coordinate representation of color #64AC40: hue angle of 100º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64AC40 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 64 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.33 |
| HSL | 100º | 0.46% | 0.46% | - |
| HSV(B) | 100º | 0.63% | 0.67% | - |
| XYZ | 20.93 | 32.58 | 10.04 | - |
| YUV | 138.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 64 | 0.42 | 0 | 0.63 | 0.33 | 100 | 0.46 | 0.46 |
| Hex | 64 | AC | 40 | 2A | 0 | 3F | 21 | 64 | 2E | 2E |
| Octal | 144 | 254 | 100 | 52 | 0 | 77 | 41 | 144 | 56 | 56 |
| Binary | 1100100 | 10101100 | 1000000 | 101010 | 0 | 111111 | 100001 | 1100100 | 101110 | 101110 |
Color Harmonies of #64AC40
Complementary color
Monochromatic Colors of #64AC40
Black with #64AC40
Text Example
Text Example
White with #64AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC40; }
p { color: rgb(100,172,64); }
H1.HeaderClassName
{
color: #64AC40;
}
.AnyTagClassName
{
color: #64AC40;
}
</style>
background-color css
<style>
a { background-color: #64AC40; }
a { background-color: rgb(100,172,64); }
div.DivClassName
{
background-color: #64AC40;
}
.BgClassName
{
background-color: #64AC40;
}
</style>
border-color css
<style>
span { border-color: #64AC40; }
span { border-color: rgb(100,172,64); }
td.TdClassName
{
border-color: #64AC40;
}
.TagClassName
{
border-color: #64AC40;
}
</style>