Shades of Apple #64AE47
Tints of Apple #64AE47
RGB
CMYK
RGB Variations
Color information
#64AE47 (or 0x64AE47) is known color: Apple. HEX triplet: 64, AE and 47. RGB value is (100,174,71). Sum of RGB (Red+Green+Blue) = 100+174+71=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE47 is #9B51B8. Grayscale: #8C8C8C. Windows color (decimal): -10179001 or 4697700. OLE color: 4697700.
HSL color Cylindrical-coordinate representation of color #64AE47: hue angle of 103.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AE47 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 71 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.32 |
| HSL | 103.11º | 0.42% | 0.48% | - |
| HSV(B) | 103.11º | 0.59% | 0.68% | - |
| XYZ | 21.53 | 33.44 | 11.28 | - |
| YUV | 140.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 71 | 0.43 | 0 | 0.59 | 0.32 | 103.11 | 0.42 | 0.48 |
| Hex | 64 | AE | 47 | 2B | 0 | 3B | 20 | 67 | 2A | 30 |
| Octal | 144 | 256 | 107 | 53 | 0 | 73 | 40 | 147 | 52 | 60 |
| Binary | 1100100 | 10101110 | 1000111 | 101011 | 0 | 111011 | 100000 | 1100111 | 101010 | 110000 |
Color Harmonies of #64AE47
Complementary color
Monochromatic Colors of #64AE47
Black with #64AE47
Text Example
Text Example
White with #64AE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE47; }
p { color: rgb(100,174,71); }
H1.HeaderClassName
{
color: #64AE47;
}
.AnyTagClassName
{
color: #64AE47;
}
</style>
background-color css
<style>
a { background-color: #64AE47; }
a { background-color: rgb(100,174,71); }
div.DivClassName
{
background-color: #64AE47;
}
.BgClassName
{
background-color: #64AE47;
}
</style>
border-color css
<style>
span { border-color: #64AE47; }
span { border-color: rgb(100,174,71); }
td.TdClassName
{
border-color: #64AE47;
}
.TagClassName
{
border-color: #64AE47;
}
</style>