Shades of Apple #64AF55
Tints of Apple #64AF55
RGB
CMYK
RGB Variations
Color information
#64AF55 (or 0x64AF55) is known color: Apple. HEX triplet: 64, AF and 55. RGB value is (100,175,85). Sum of RGB (Red+Green+Blue) = 100+175+85=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF55 is #9B50AA. Grayscale: #8E8E8E. Windows color (decimal): -10178731 or 5615460. OLE color: 5615460.
HSL color Cylindrical-coordinate representation of color #64AF55: hue angle of 110º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64AF55 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 85 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.31 |
| HSL | 110º | 0.36% | 0.51% | - |
| HSV(B) | 110º | 0.51% | 0.69% | - |
| XYZ | 22.23 | 34.03 | 13.99 | - |
| YUV | 142.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 85 | 0.43 | 0 | 0.51 | 0.31 | 110 | 0.36 | 0.51 |
| Hex | 64 | AF | 55 | 2B | 0 | 33 | 1F | 6E | 24 | 33 |
| Octal | 144 | 257 | 125 | 53 | 0 | 63 | 37 | 156 | 44 | 63 |
| Binary | 1100100 | 10101111 | 1010101 | 101011 | 0 | 110011 | 11111 | 1101110 | 100100 | 110011 |
Color Harmonies of #64AF55
Complementary color
Monochromatic Colors of #64AF55
Black with #64AF55
Text Example
Text Example
White with #64AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF55; }
p { color: rgb(100,175,85); }
H1.HeaderClassName
{
color: #64AF55;
}
.AnyTagClassName
{
color: #64AF55;
}
</style>
background-color css
<style>
a { background-color: #64AF55; }
a { background-color: rgb(100,175,85); }
div.DivClassName
{
background-color: #64AF55;
}
.BgClassName
{
background-color: #64AF55;
}
</style>
border-color css
<style>
span { border-color: #64AF55; }
span { border-color: rgb(100,175,85); }
td.TdClassName
{
border-color: #64AF55;
}
.TagClassName
{
border-color: #64AF55;
}
</style>