Shades of Apple #64AB35
Tints of Apple #64AB35
RGB
CMYK
RGB Variations
Color information
#64AB35 (or 0x64AB35) is known color: Apple. HEX triplet: 64, AB and 35. RGB value is (100,171,53). Sum of RGB (Red+Green+Blue) = 100+171+53=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB35 is #9B54CA. Grayscale: #888888. Windows color (decimal): -10179787 or 3517284. OLE color: 3517284.
HSL color Cylindrical-coordinate representation of color #64AB35: hue angle of 96.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64AB35 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 53 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.33 |
| HSL | 96.1º | 0.53% | 0.44% | - |
| HSV(B) | 96.1º | 0.69% | 0.67% | - |
| XYZ | 20.46 | 32.09 | 8.48 | - |
| YUV | 136.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 53 | 0.42 | 0 | 0.69 | 0.33 | 96.1 | 0.53 | 0.44 |
| Hex | 64 | AB | 35 | 2A | 0 | 45 | 21 | 60 | 35 | 2C |
| Octal | 144 | 253 | 65 | 52 | 0 | 105 | 41 | 140 | 65 | 54 |
| Binary | 1100100 | 10101011 | 110101 | 101010 | 0 | 1000101 | 100001 | 1100000 | 110101 | 101100 |
Color Harmonies of #64AB35
Complementary color
Monochromatic Colors of #64AB35
Black with #64AB35
Text Example
Text Example
White with #64AB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB35; }
p { color: rgb(100,171,53); }
H1.HeaderClassName
{
color: #64AB35;
}
.AnyTagClassName
{
color: #64AB35;
}
</style>
background-color css
<style>
a { background-color: #64AB35; }
a { background-color: rgb(100,171,53); }
div.DivClassName
{
background-color: #64AB35;
}
.BgClassName
{
background-color: #64AB35;
}
</style>
border-color css
<style>
span { border-color: #64AB35; }
span { border-color: rgb(100,171,53); }
td.TdClassName
{
border-color: #64AB35;
}
.TagClassName
{
border-color: #64AB35;
}
</style>