Shades of Apple #64BA44
Tints of Apple #64BA44
RGB
CMYK
RGB Variations
Color information
#64BA44 (or 0x64BA44) is known color: Apple. HEX triplet: 64, BA and 44. RGB value is (100,186,68). Sum of RGB (Red+Green+Blue) = 100+186+68=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA44 is #9B45BB. Grayscale: #939393. Windows color (decimal): -10175932 or 4504164. OLE color: 4504164.
HSL color Cylindrical-coordinate representation of color #64BA44: hue angle of 103.73º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64BA44 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 68 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.27 |
| HSL | 103.73º | 0.46% | 0.5% | - |
| HSV(B) | 103.73º | 0.63% | 0.73% | - |
| XYZ | 23.86 | 38.24 | 11.59 | - |
| YUV | 146.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 68 | 0.46 | 0 | 0.63 | 0.27 | 103.73 | 0.46 | 0.5 |
| Hex | 64 | BA | 44 | 2E | 0 | 3F | 1B | 68 | 2E | 32 |
| Octal | 144 | 272 | 104 | 56 | 0 | 77 | 33 | 150 | 56 | 62 |
| Binary | 1100100 | 10111010 | 1000100 | 101110 | 0 | 111111 | 11011 | 1101000 | 101110 | 110010 |
Color Harmonies of #64BA44
Complementary color
Monochromatic Colors of #64BA44
Black with #64BA44
Text Example
Text Example
White with #64BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA44; }
p { color: rgb(100,186,68); }
H1.HeaderClassName
{
color: #64BA44;
}
.AnyTagClassName
{
color: #64BA44;
}
</style>
background-color css
<style>
a { background-color: #64BA44; }
a { background-color: rgb(100,186,68); }
div.DivClassName
{
background-color: #64BA44;
}
.BgClassName
{
background-color: #64BA44;
}
</style>
border-color css
<style>
span { border-color: #64BA44; }
span { border-color: rgb(100,186,68); }
td.TdClassName
{
border-color: #64BA44;
}
.TagClassName
{
border-color: #64BA44;
}
</style>