Shades of Apple #64AC4E
Tints of Apple #64AC4E
RGB
CMYK
RGB Variations
Color information
#64AC4E (or 0x64AC4E) is known color: Apple. HEX triplet: 64, AC and 4E. RGB value is (100,172,78). Sum of RGB (Red+Green+Blue) = 100+172+78=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC4E is #9B53B1. Grayscale: #8C8C8C. Windows color (decimal): -10179506 or 5155940. OLE color: 5155940.
HSL color Cylindrical-coordinate representation of color #64AC4E: hue angle of 105.96º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64AC4E is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 78 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.33 |
| HSL | 105.96º | 0.38% | 0.49% | - |
| HSV(B) | 105.96º | 0.55% | 0.67% | - |
| XYZ | 21.38 | 32.76 | 12.4 | - |
| YUV | 139.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 78 | 0.42 | 0 | 0.55 | 0.33 | 105.96 | 0.38 | 0.49 |
| Hex | 64 | AC | 4E | 2A | 0 | 37 | 21 | 6A | 26 | 31 |
| Octal | 144 | 254 | 116 | 52 | 0 | 67 | 41 | 152 | 46 | 61 |
| Binary | 1100100 | 10101100 | 1001110 | 101010 | 0 | 110111 | 100001 | 1101010 | 100110 | 110001 |
Color Harmonies of #64AC4E
Complementary color
Monochromatic Colors of #64AC4E
Black with #64AC4E
Text Example
Text Example
White with #64AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC4E; }
p { color: rgb(100,172,78); }
H1.HeaderClassName
{
color: #64AC4E;
}
.AnyTagClassName
{
color: #64AC4E;
}
</style>
background-color css
<style>
a { background-color: #64AC4E; }
a { background-color: rgb(100,172,78); }
div.DivClassName
{
background-color: #64AC4E;
}
.BgClassName
{
background-color: #64AC4E;
}
</style>
border-color css
<style>
span { border-color: #64AC4E; }
span { border-color: rgb(100,172,78); }
td.TdClassName
{
border-color: #64AC4E;
}
.TagClassName
{
border-color: #64AC4E;
}
</style>