Shades of Apple #64BA47
Tints of Apple #64BA47
RGB
CMYK
RGB Variations
Color information
#64BA47 (or 0x64BA47) is known color: Apple. HEX triplet: 64, BA and 47. RGB value is (100,186,71). Sum of RGB (Red+Green+Blue) = 100+186+71=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA47 is #9B45B8. Grayscale: #939393. Windows color (decimal): -10175929 or 4700772. OLE color: 4700772.
HSL color Cylindrical-coordinate representation of color #64BA47: hue angle of 104.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64BA47 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 71 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.27 |
| HSL | 104.87º | 0.45% | 0.5% | - |
| HSV(B) | 104.87º | 0.62% | 0.73% | - |
| XYZ | 23.95 | 38.28 | 12.09 | - |
| YUV | 147.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 71 | 0.46 | 0 | 0.62 | 0.27 | 104.87 | 0.45 | 0.5 |
| Hex | 64 | BA | 47 | 2E | 0 | 3E | 1B | 69 | 2D | 32 |
| Octal | 144 | 272 | 107 | 56 | 0 | 76 | 33 | 151 | 55 | 62 |
| Binary | 1100100 | 10111010 | 1000111 | 101110 | 0 | 111110 | 11011 | 1101001 | 101101 | 110010 |
Color Harmonies of #64BA47
Complementary color
Monochromatic Colors of #64BA47
Black with #64BA47
Text Example
Text Example
White with #64BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA47; }
p { color: rgb(100,186,71); }
H1.HeaderClassName
{
color: #64BA47;
}
.AnyTagClassName
{
color: #64BA47;
}
</style>
background-color css
<style>
a { background-color: #64BA47; }
a { background-color: rgb(100,186,71); }
div.DivClassName
{
background-color: #64BA47;
}
.BgClassName
{
background-color: #64BA47;
}
</style>
border-color css
<style>
span { border-color: #64BA47; }
span { border-color: rgb(100,186,71); }
td.TdClassName
{
border-color: #64BA47;
}
.TagClassName
{
border-color: #64BA47;
}
</style>