Shades of Apple #64AB4C
Tints of Apple #64AB4C
RGB
CMYK
RGB Variations
Color information
#64AB4C (or 0x64AB4C) is known color: Apple. HEX triplet: 64, AB and 4C. RGB value is (100,171,76). Sum of RGB (Red+Green+Blue) = 100+171+76=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB4C is #9B54B3. Grayscale: #8B8B8B. Windows color (decimal): -10179764 or 5024612. OLE color: 5024612.
HSL color Cylindrical-coordinate representation of color #64AB4C: hue angle of 104.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64AB4C is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 76 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.33 |
| HSL | 104.84º | 0.38% | 0.48% | - |
| HSV(B) | 104.84º | 0.56% | 0.67% | - |
| XYZ | 21.12 | 32.36 | 11.97 | - |
| YUV | 138.94 | 92.48 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 76 | 0.42 | 0 | 0.56 | 0.33 | 104.84 | 0.38 | 0.48 |
| Hex | 64 | AB | 4C | 2A | 0 | 38 | 21 | 69 | 26 | 30 |
| Octal | 144 | 253 | 114 | 52 | 0 | 70 | 41 | 151 | 46 | 60 |
| Binary | 1100100 | 10101011 | 1001100 | 101010 | 0 | 111000 | 100001 | 1101001 | 100110 | 110000 |
Color Harmonies of #64AB4C
Complementary color
Monochromatic Colors of #64AB4C
Black with #64AB4C
Text Example
Text Example
White with #64AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB4C; }
p { color: rgb(100,171,76); }
H1.HeaderClassName
{
color: #64AB4C;
}
.AnyTagClassName
{
color: #64AB4C;
}
</style>
background-color css
<style>
a { background-color: #64AB4C; }
a { background-color: rgb(100,171,76); }
div.DivClassName
{
background-color: #64AB4C;
}
.BgClassName
{
background-color: #64AB4C;
}
</style>
border-color css
<style>
span { border-color: #64AB4C; }
span { border-color: rgb(100,171,76); }
td.TdClassName
{
border-color: #64AB4C;
}
.TagClassName
{
border-color: #64AB4C;
}
</style>