Shades of Apple #64AE45
Tints of Apple #64AE45
RGB
CMYK
RGB Variations
Color information
#64AE45 (or 0x64AE45) is known color: Apple. HEX triplet: 64, AE and 45. RGB value is (100,174,69). Sum of RGB (Red+Green+Blue) = 100+174+69=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE45 is #9B51BA. Grayscale: #8C8C8C. Windows color (decimal): -10179003 or 4566628. OLE color: 4566628.
HSL color Cylindrical-coordinate representation of color #64AE45: hue angle of 102.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AE45 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 69 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.32 |
| HSL | 102.29º | 0.43% | 0.48% | - |
| HSV(B) | 102.29º | 0.6% | 0.68% | - |
| XYZ | 21.47 | 33.41 | 10.95 | - |
| YUV | 139.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 69 | 0.43 | 0 | 0.60 | 0.32 | 102.29 | 0.43 | 0.48 |
| Hex | 64 | AE | 45 | 2B | 0 | 3C | 20 | 66 | 2B | 30 |
| Octal | 144 | 256 | 105 | 53 | 0 | 74 | 40 | 146 | 53 | 60 |
| Binary | 1100100 | 10101110 | 1000101 | 101011 | 0 | 111100 | 100000 | 1100110 | 101011 | 110000 |
Color Harmonies of #64AE45
Complementary color
Monochromatic Colors of #64AE45
Black with #64AE45
Text Example
Text Example
White with #64AE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE45; }
p { color: rgb(100,174,69); }
H1.HeaderClassName
{
color: #64AE45;
}
.AnyTagClassName
{
color: #64AE45;
}
</style>
background-color css
<style>
a { background-color: #64AE45; }
a { background-color: rgb(100,174,69); }
div.DivClassName
{
background-color: #64AE45;
}
.BgClassName
{
background-color: #64AE45;
}
</style>
border-color css
<style>
span { border-color: #64AE45; }
span { border-color: rgb(100,174,69); }
td.TdClassName
{
border-color: #64AE45;
}
.TagClassName
{
border-color: #64AE45;
}
</style>