Shades of Apple #64BA2C
Tints of Apple #64BA2C
RGB
CMYK
RGB Variations
Color information
#64BA2C (or 0x64BA2C) is known color: Apple. HEX triplet: 64, BA and 2C. RGB value is (100,186,44). Sum of RGB (Red+Green+Blue) = 100+186+44=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA2C is #9B45D3. Grayscale: #909090. Windows color (decimal): -10175956 or 2931300. OLE color: 2931300.
HSL color Cylindrical-coordinate representation of color #64BA2C: hue angle of 96.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64BA2C is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 44 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.27 |
| HSL | 96.34º | 0.62% | 0.45% | - |
| HSV(B) | 96.34º | 0.76% | 0.73% | - |
| XYZ | 23.27 | 38.01 | 8.49 | - |
| YUV | 144.1 | 71.51 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 44 | 0.46 | 0 | 0.76 | 0.27 | 96.34 | 0.62 | 0.45 |
| Hex | 64 | BA | 2C | 2E | 0 | 4C | 1B | 60 | 3E | 2D |
| Octal | 144 | 272 | 54 | 56 | 0 | 114 | 33 | 140 | 76 | 55 |
| Binary | 1100100 | 10111010 | 101100 | 101110 | 0 | 1001100 | 11011 | 1100000 | 111110 | 101101 |
Color Harmonies of #64BA2C
Complementary color
Monochromatic Colors of #64BA2C
Black with #64BA2C
Text Example
Text Example
White with #64BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA2C; }
p { color: rgb(100,186,44); }
H1.HeaderClassName
{
color: #64BA2C;
}
.AnyTagClassName
{
color: #64BA2C;
}
</style>
background-color css
<style>
a { background-color: #64BA2C; }
a { background-color: rgb(100,186,44); }
div.DivClassName
{
background-color: #64BA2C;
}
.BgClassName
{
background-color: #64BA2C;
}
</style>
border-color css
<style>
span { border-color: #64BA2C; }
span { border-color: rgb(100,186,44); }
td.TdClassName
{
border-color: #64BA2C;
}
.TagClassName
{
border-color: #64BA2C;
}
</style>