Shades of Apple #64AE33
Tints of Apple #64AE33
RGB
CMYK
RGB Variations
Color information
#64AE33 (or 0x64AE33) is known color: Apple. HEX triplet: 64, AE and 33. RGB value is (100,174,51). Sum of RGB (Red+Green+Blue) = 100+174+51=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE33 is #9B51CC. Grayscale: #8A8A8A. Windows color (decimal): -10179021 or 3386980. OLE color: 3386980.
HSL color Cylindrical-coordinate representation of color #64AE33: hue angle of 96.1º 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 #64AE33 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 51 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.32 |
| HSL | 96.1º | 0.55% | 0.44% | - |
| HSV(B) | 96.1º | 0.71% | 0.68% | - |
| XYZ | 20.99 | 33.22 | 8.44 | - |
| YUV | 137.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 51 | 0.43 | 0 | 0.71 | 0.32 | 96.1 | 0.55 | 0.44 |
| Hex | 64 | AE | 33 | 2B | 0 | 47 | 20 | 60 | 37 | 2C |
| Octal | 144 | 256 | 63 | 53 | 0 | 107 | 40 | 140 | 67 | 54 |
| Binary | 1100100 | 10101110 | 110011 | 101011 | 0 | 1000111 | 100000 | 1100000 | 110111 | 101100 |
Color Harmonies of #64AE33
Complementary color
Monochromatic Colors of #64AE33
Black with #64AE33
Text Example
Text Example
White with #64AE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE33; }
p { color: rgb(100,174,51); }
H1.HeaderClassName
{
color: #64AE33;
}
.AnyTagClassName
{
color: #64AE33;
}
</style>
background-color css
<style>
a { background-color: #64AE33; }
a { background-color: rgb(100,174,51); }
div.DivClassName
{
background-color: #64AE33;
}
.BgClassName
{
background-color: #64AE33;
}
</style>
border-color css
<style>
span { border-color: #64AE33; }
span { border-color: rgb(100,174,51); }
td.TdClassName
{
border-color: #64AE33;
}
.TagClassName
{
border-color: #64AE33;
}
</style>