Shades of Apple #64AB52
Tints of Apple #64AB52
RGB
CMYK
RGB Variations
Color information
#64AB52 (or 0x64AB52) is known color: Apple. HEX triplet: 64, AB and 52. RGB value is (100,171,82). Sum of RGB (Red+Green+Blue) = 100+171+82=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB52 is #9B54AD. Grayscale: #8B8B8B. Windows color (decimal): -10179758 or 5417828. OLE color: 5417828.
HSL color Cylindrical-coordinate representation of color #64AB52: hue angle of 107.87º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64AB52 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 82 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.33 |
| HSL | 107.87º | 0.35% | 0.5% | - |
| HSV(B) | 107.87º | 0.52% | 0.67% | - |
| XYZ | 21.34 | 32.44 | 13.12 | - |
| YUV | 139.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 82 | 0.42 | 0 | 0.52 | 0.33 | 107.87 | 0.35 | 0.5 |
| Hex | 64 | AB | 52 | 2A | 0 | 34 | 21 | 6C | 23 | 32 |
| Octal | 144 | 253 | 122 | 52 | 0 | 64 | 41 | 154 | 43 | 62 |
| Binary | 1100100 | 10101011 | 1010010 | 101010 | 0 | 110100 | 100001 | 1101100 | 100011 | 110010 |
Color Harmonies of #64AB52
Complementary color
Monochromatic Colors of #64AB52
Black with #64AB52
Text Example
Text Example
White with #64AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB52; }
p { color: rgb(100,171,82); }
H1.HeaderClassName
{
color: #64AB52;
}
.AnyTagClassName
{
color: #64AB52;
}
</style>
background-color css
<style>
a { background-color: #64AB52; }
a { background-color: rgb(100,171,82); }
div.DivClassName
{
background-color: #64AB52;
}
.BgClassName
{
background-color: #64AB52;
}
</style>
border-color css
<style>
span { border-color: #64AB52; }
span { border-color: rgb(100,171,82); }
td.TdClassName
{
border-color: #64AB52;
}
.TagClassName
{
border-color: #64AB52;
}
</style>