Shades of Apple #64AF46
Tints of Apple #64AF46
RGB
CMYK
RGB Variations
Color information
#64AF46 (or 0x64AF46) is known color: Apple. HEX triplet: 64, AF and 46. RGB value is (100,175,70). Sum of RGB (Red+Green+Blue) = 100+175+70=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF46 is #9B50B9. Grayscale: #8C8C8C. Windows color (decimal): -10178746 or 4632420. OLE color: 4632420.
HSL color Cylindrical-coordinate representation of color #64AF46: hue angle of 102.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AF46 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 70 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.31 |
| HSL | 102.86º | 0.43% | 0.48% | - |
| HSV(B) | 102.86º | 0.6% | 0.69% | - |
| XYZ | 21.69 | 33.81 | 11.18 | - |
| YUV | 140.61 | 88.15 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 70 | 0.43 | 0 | 0.60 | 0.31 | 102.86 | 0.43 | 0.48 |
| Hex | 64 | AF | 46 | 2B | 0 | 3C | 1F | 67 | 2B | 30 |
| Octal | 144 | 257 | 106 | 53 | 0 | 74 | 37 | 147 | 53 | 60 |
| Binary | 1100100 | 10101111 | 1000110 | 101011 | 0 | 111100 | 11111 | 1100111 | 101011 | 110000 |
Color Harmonies of #64AF46
Complementary color
Monochromatic Colors of #64AF46
Black with #64AF46
Text Example
Text Example
White with #64AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF46; }
p { color: rgb(100,175,70); }
H1.HeaderClassName
{
color: #64AF46;
}
.AnyTagClassName
{
color: #64AF46;
}
</style>
background-color css
<style>
a { background-color: #64AF46; }
a { background-color: rgb(100,175,70); }
div.DivClassName
{
background-color: #64AF46;
}
.BgClassName
{
background-color: #64AF46;
}
</style>
border-color css
<style>
span { border-color: #64AF46; }
span { border-color: rgb(100,175,70); }
td.TdClassName
{
border-color: #64AF46;
}
.TagClassName
{
border-color: #64AF46;
}
</style>