Shades of Apple #64AE32
Tints of Apple #64AE32
RGB
CMYK
RGB Variations
Color information
#64AE32 (or 0x64AE32) is known color: Apple. HEX triplet: 64, AE and 32. RGB value is (100,174,50). Sum of RGB (Red+Green+Blue) = 100+174+50=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE32 is #9B51CD. Grayscale: #8A8A8A. Windows color (decimal): -10179022 or 3321444. OLE color: 3321444.
HSL color Cylindrical-coordinate representation of color #64AE32: hue angle of 95.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64AE32 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 50 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.32 |
| HSL | 95.81º | 0.55% | 0.44% | - |
| HSV(B) | 95.81º | 0.71% | 0.68% | - |
| XYZ | 20.97 | 33.21 | 8.32 | - |
| YUV | 137.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 50 | 0.43 | 0 | 0.71 | 0.32 | 95.81 | 0.55 | 0.44 |
| Hex | 64 | AE | 32 | 2B | 0 | 47 | 20 | 60 | 37 | 2C |
| Octal | 144 | 256 | 62 | 53 | 0 | 107 | 40 | 140 | 67 | 54 |
| Binary | 1100100 | 10101110 | 110010 | 101011 | 0 | 1000111 | 100000 | 1100000 | 110111 | 101100 |
Color Harmonies of #64AE32
Complementary color
Monochromatic Colors of #64AE32
Black with #64AE32
Text Example
Text Example
White with #64AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE32; }
p { color: rgb(100,174,50); }
H1.HeaderClassName
{
color: #64AE32;
}
.AnyTagClassName
{
color: #64AE32;
}
</style>
background-color css
<style>
a { background-color: #64AE32; }
a { background-color: rgb(100,174,50); }
div.DivClassName
{
background-color: #64AE32;
}
.BgClassName
{
background-color: #64AE32;
}
</style>
border-color css
<style>
span { border-color: #64AE32; }
span { border-color: rgb(100,174,50); }
td.TdClassName
{
border-color: #64AE32;
}
.TagClassName
{
border-color: #64AE32;
}
</style>