Shades of Apple #64AC43
Tints of Apple #64AC43
RGB
CMYK
RGB Variations
Color information
#64AC43 (or 0x64AC43) is known color: Apple. HEX triplet: 64, AC and 43. RGB value is (100,172,67). Sum of RGB (Red+Green+Blue) = 100+172+67=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC43 is #9B53BC. Grayscale: #8A8A8A. Windows color (decimal): -10179517 or 4435044. OLE color: 4435044.
HSL color Cylindrical-coordinate representation of color #64AC43: hue angle of 101.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64AC43 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 67 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.33 |
| HSL | 101.14º | 0.44% | 0.47% | - |
| HSV(B) | 101.14º | 0.61% | 0.67% | - |
| XYZ | 21.02 | 32.62 | 10.5 | - |
| YUV | 138.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 67 | 0.42 | 0 | 0.61 | 0.33 | 101.14 | 0.44 | 0.47 |
| Hex | 64 | AC | 43 | 2A | 0 | 3D | 21 | 65 | 2C | 2F |
| Octal | 144 | 254 | 103 | 52 | 0 | 75 | 41 | 145 | 54 | 57 |
| Binary | 1100100 | 10101100 | 1000011 | 101010 | 0 | 111101 | 100001 | 1100101 | 101100 | 101111 |
Color Harmonies of #64AC43
Complementary color
Monochromatic Colors of #64AC43
Black with #64AC43
Text Example
Text Example
White with #64AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC43; }
p { color: rgb(100,172,67); }
H1.HeaderClassName
{
color: #64AC43;
}
.AnyTagClassName
{
color: #64AC43;
}
</style>
background-color css
<style>
a { background-color: #64AC43; }
a { background-color: rgb(100,172,67); }
div.DivClassName
{
background-color: #64AC43;
}
.BgClassName
{
background-color: #64AC43;
}
</style>
border-color css
<style>
span { border-color: #64AC43; }
span { border-color: rgb(100,172,67); }
td.TdClassName
{
border-color: #64AC43;
}
.TagClassName
{
border-color: #64AC43;
}
</style>