Shades of Apple #64A954
Tints of Apple #64A954
RGB
CMYK
RGB Variations
Color information
#64A954 (or 0x64A954) is known color: Apple. HEX triplet: 64, A9 and 54. RGB value is (100,169,84). Sum of RGB (Red+Green+Blue) = 100+169+84=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #64A954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A954 is #9B56AB. Grayscale: #8A8A8A. Windows color (decimal): -10180268 or 5548388. OLE color: 5548388.
HSL color Cylindrical-coordinate representation of color #64A954: hue angle of 108.71º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A954 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 169 | 84 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.34 |
| HSL | 108.71º | 0.34% | 0.5% | - |
| HSV(B) | 108.71º | 0.5% | 0.66% | - |
| XYZ | 21.04 | 31.73 | 13.4 | - |
| YUV | 138.68 | 97.14 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 84 | 0.41 | 0 | 0.50 | 0.34 | 108.71 | 0.34 | 0.5 |
| Hex | 64 | A9 | 54 | 29 | 0 | 32 | 22 | 6D | 22 | 32 |
| Octal | 144 | 251 | 124 | 51 | 0 | 62 | 42 | 155 | 42 | 62 |
| Binary | 1100100 | 10101001 | 1010100 | 101001 | 0 | 110010 | 100010 | 1101101 | 100010 | 110010 |
Color Harmonies of #64A954
Complementary color
Monochromatic Colors of #64A954
Black with #64A954
Text Example
Text Example
White with #64A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A954; }
p { color: rgb(100,169,84); }
H1.HeaderClassName
{
color: #64A954;
}
.AnyTagClassName
{
color: #64A954;
}
</style>
background-color css
<style>
a { background-color: #64A954; }
a { background-color: rgb(100,169,84); }
div.DivClassName
{
background-color: #64A954;
}
.BgClassName
{
background-color: #64A954;
}
</style>
border-color css
<style>
span { border-color: #64A954; }
span { border-color: rgb(100,169,84); }
td.TdClassName
{
border-color: #64A954;
}
.TagClassName
{
border-color: #64A954;
}
</style>