Shades of Apple #64BA45
Tints of Apple #64BA45
RGB
CMYK
RGB Variations
Color information
#64BA45 (or 0x64BA45) is known color: Apple. HEX triplet: 64, BA and 45. RGB value is (100,186,69). Sum of RGB (Red+Green+Blue) = 100+186+69=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA45 is #9B45BA. Grayscale: #939393. Windows color (decimal): -10175931 or 4569700. OLE color: 4569700.
HSL color Cylindrical-coordinate representation of color #64BA45: hue angle of 104.1º 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 #64BA45 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 69 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.27 |
| HSL | 104.1º | 0.46% | 0.5% | - |
| HSV(B) | 104.1º | 0.63% | 0.73% | - |
| XYZ | 23.89 | 38.26 | 11.76 | - |
| YUV | 146.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 69 | 0.46 | 0 | 0.63 | 0.27 | 104.1 | 0.46 | 0.5 |
| Hex | 64 | BA | 45 | 2E | 0 | 3F | 1B | 68 | 2E | 32 |
| Octal | 144 | 272 | 105 | 56 | 0 | 77 | 33 | 150 | 56 | 62 |
| Binary | 1100100 | 10111010 | 1000101 | 101110 | 0 | 111111 | 11011 | 1101000 | 101110 | 110010 |
Color Harmonies of #64BA45
Complementary color
Monochromatic Colors of #64BA45
Black with #64BA45
Text Example
Text Example
White with #64BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA45; }
p { color: rgb(100,186,69); }
H1.HeaderClassName
{
color: #64BA45;
}
.AnyTagClassName
{
color: #64BA45;
}
</style>
background-color css
<style>
a { background-color: #64BA45; }
a { background-color: rgb(100,186,69); }
div.DivClassName
{
background-color: #64BA45;
}
.BgClassName
{
background-color: #64BA45;
}
</style>
border-color css
<style>
span { border-color: #64BA45; }
span { border-color: rgb(100,186,69); }
td.TdClassName
{
border-color: #64BA45;
}
.TagClassName
{
border-color: #64BA45;
}
</style>