Shades of Apple #64AC42
Tints of Apple #64AC42
RGB
CMYK
RGB Variations
Color information
#64AC42 (or 0x64AC42) is known color: Apple. HEX triplet: 64, AC and 42. RGB value is (100,172,66). Sum of RGB (Red+Green+Blue) = 100+172+66=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC42 is #9B53BD. Grayscale: #8A8A8A. Windows color (decimal): -10179518 or 4369508. OLE color: 4369508.
HSL color Cylindrical-coordinate representation of color #64AC42: hue angle of 100.75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64AC42 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 66 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.33 |
| HSL | 100.75º | 0.45% | 0.47% | - |
| HSV(B) | 100.75º | 0.62% | 0.67% | - |
| XYZ | 20.99 | 32.61 | 10.34 | - |
| YUV | 138.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 66 | 0.42 | 0 | 0.62 | 0.33 | 100.75 | 0.45 | 0.47 |
| Hex | 64 | AC | 42 | 2A | 0 | 3E | 21 | 65 | 2D | 2F |
| Octal | 144 | 254 | 102 | 52 | 0 | 76 | 41 | 145 | 55 | 57 |
| Binary | 1100100 | 10101100 | 1000010 | 101010 | 0 | 111110 | 100001 | 1100101 | 101101 | 101111 |
Color Harmonies of #64AC42
Complementary color
Monochromatic Colors of #64AC42
Black with #64AC42
Text Example
Text Example
White with #64AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC42; }
p { color: rgb(100,172,66); }
H1.HeaderClassName
{
color: #64AC42;
}
.AnyTagClassName
{
color: #64AC42;
}
</style>
background-color css
<style>
a { background-color: #64AC42; }
a { background-color: rgb(100,172,66); }
div.DivClassName
{
background-color: #64AC42;
}
.BgClassName
{
background-color: #64AC42;
}
</style>
border-color css
<style>
span { border-color: #64AC42; }
span { border-color: rgb(100,172,66); }
td.TdClassName
{
border-color: #64AC42;
}
.TagClassName
{
border-color: #64AC42;
}
</style>