Shades of Apple #64AE36
Tints of Apple #64AE36
RGB
CMYK
RGB Variations
Color information
#64AE36 (or 0x64AE36) is known color: Apple. HEX triplet: 64, AE and 36. RGB value is (100,174,54). Sum of RGB (Red+Green+Blue) = 100+174+54=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE36 is #9B51C9. Grayscale: #8A8A8A. Windows color (decimal): -10179018 or 3583588. OLE color: 3583588.
HSL color Cylindrical-coordinate representation of color #64AE36: hue angle of 97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64AE36 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 54 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.32 |
| HSL | 97º | 0.53% | 0.45% | - |
| HSV(B) | 97º | 0.69% | 0.68% | - |
| XYZ | 21.06 | 33.25 | 8.8 | - |
| YUV | 138.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 54 | 0.43 | 0 | 0.69 | 0.32 | 97 | 0.53 | 0.45 |
| Hex | 64 | AE | 36 | 2B | 0 | 45 | 20 | 61 | 35 | 2D |
| Octal | 144 | 256 | 66 | 53 | 0 | 105 | 40 | 141 | 65 | 55 |
| Binary | 1100100 | 10101110 | 110110 | 101011 | 0 | 1000101 | 100000 | 1100001 | 110101 | 101101 |
Color Harmonies of #64AE36
Complementary color
Monochromatic Colors of #64AE36
Black with #64AE36
Text Example
Text Example
White with #64AE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE36; }
p { color: rgb(100,174,54); }
H1.HeaderClassName
{
color: #64AE36;
}
.AnyTagClassName
{
color: #64AE36;
}
</style>
background-color css
<style>
a { background-color: #64AE36; }
a { background-color: rgb(100,174,54); }
div.DivClassName
{
background-color: #64AE36;
}
.BgClassName
{
background-color: #64AE36;
}
</style>
border-color css
<style>
span { border-color: #64AE36; }
span { border-color: rgb(100,174,54); }
td.TdClassName
{
border-color: #64AE36;
}
.TagClassName
{
border-color: #64AE36;
}
</style>