Shades of Apple #64AC4F
Tints of Apple #64AC4F
RGB
CMYK
RGB Variations
Color information
#64AC4F (or 0x64AC4F) is known color: Apple. HEX triplet: 64, AC and 4F. RGB value is (100,172,79). Sum of RGB (Red+Green+Blue) = 100+172+79=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC4F is #9B53B0. Grayscale: #8C8C8C. Windows color (decimal): -10179505 or 5221476. OLE color: 5221476.
HSL color Cylindrical-coordinate representation of color #64AC4F: hue angle of 106.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64AC4F is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 79 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.33 |
| HSL | 106.45º | 0.37% | 0.49% | - |
| HSV(B) | 106.45º | 0.54% | 0.67% | - |
| XYZ | 21.42 | 32.78 | 12.6 | - |
| YUV | 139.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 79 | 0.42 | 0 | 0.54 | 0.33 | 106.45 | 0.37 | 0.49 |
| Hex | 64 | AC | 4F | 2A | 0 | 36 | 21 | 6A | 25 | 31 |
| Octal | 144 | 254 | 117 | 52 | 0 | 66 | 41 | 152 | 45 | 61 |
| Binary | 1100100 | 10101100 | 1001111 | 101010 | 0 | 110110 | 100001 | 1101010 | 100101 | 110001 |
Color Harmonies of #64AC4F
Complementary color
Monochromatic Colors of #64AC4F
Black with #64AC4F
Text Example
Text Example
White with #64AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC4F; }
p { color: rgb(100,172,79); }
H1.HeaderClassName
{
color: #64AC4F;
}
.AnyTagClassName
{
color: #64AC4F;
}
</style>
background-color css
<style>
a { background-color: #64AC4F; }
a { background-color: rgb(100,172,79); }
div.DivClassName
{
background-color: #64AC4F;
}
.BgClassName
{
background-color: #64AC4F;
}
</style>
border-color css
<style>
span { border-color: #64AC4F; }
span { border-color: rgb(100,172,79); }
td.TdClassName
{
border-color: #64AC4F;
}
.TagClassName
{
border-color: #64AC4F;
}
</style>