Shades of Apple #64BA3C
Tints of Apple #64BA3C
RGB
CMYK
RGB Variations
Color information
#64BA3C (or 0x64BA3C) is known color: Apple. HEX triplet: 64, BA and 3C. RGB value is (100,186,60). Sum of RGB (Red+Green+Blue) = 100+186+60=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA3C is #9B45C3. Grayscale: #929292. Windows color (decimal): -10175940 or 3979876. OLE color: 3979876.
HSL color Cylindrical-coordinate representation of color #64BA3C: hue angle of 100.95º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64BA3C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 60 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.27 |
| HSL | 100.95º | 0.51% | 0.48% | - |
| HSV(B) | 100.95º | 0.68% | 0.73% | - |
| XYZ | 23.63 | 38.15 | 10.39 | - |
| YUV | 145.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 60 | 0.46 | 0 | 0.68 | 0.27 | 100.95 | 0.51 | 0.48 |
| Hex | 64 | BA | 3C | 2E | 0 | 44 | 1B | 65 | 33 | 30 |
| Octal | 144 | 272 | 74 | 56 | 0 | 104 | 33 | 145 | 63 | 60 |
| Binary | 1100100 | 10111010 | 111100 | 101110 | 0 | 1000100 | 11011 | 1100101 | 110011 | 110000 |
Color Harmonies of #64BA3C
Complementary color
Monochromatic Colors of #64BA3C
Black with #64BA3C
Text Example
Text Example
White with #64BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA3C; }
p { color: rgb(100,186,60); }
H1.HeaderClassName
{
color: #64BA3C;
}
.AnyTagClassName
{
color: #64BA3C;
}
</style>
background-color css
<style>
a { background-color: #64BA3C; }
a { background-color: rgb(100,186,60); }
div.DivClassName
{
background-color: #64BA3C;
}
.BgClassName
{
background-color: #64BA3C;
}
</style>
border-color css
<style>
span { border-color: #64BA3C; }
span { border-color: rgb(100,186,60); }
td.TdClassName
{
border-color: #64BA3C;
}
.TagClassName
{
border-color: #64BA3C;
}
</style>