Shades of Apple #64BA3F
Tints of Apple #64BA3F
RGB
CMYK
RGB Variations
Color information
#64BA3F (or 0x64BA3F) is known color: Apple. HEX triplet: 64, BA and 3F. RGB value is (100,186,63). Sum of RGB (Red+Green+Blue) = 100+186+63=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA3F is #9B45C0. Grayscale: #929292. Windows color (decimal): -10175937 or 4176484. OLE color: 4176484.
HSL color Cylindrical-coordinate representation of color #64BA3F: hue angle of 101.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64BA3F is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 63 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.27 |
| HSL | 101.95º | 0.49% | 0.49% | - |
| HSV(B) | 101.95º | 0.66% | 0.73% | - |
| XYZ | 23.71 | 38.19 | 10.82 | - |
| YUV | 146.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 63 | 0.46 | 0 | 0.66 | 0.27 | 101.95 | 0.49 | 0.49 |
| Hex | 64 | BA | 3F | 2E | 0 | 42 | 1B | 66 | 31 | 31 |
| Octal | 144 | 272 | 77 | 56 | 0 | 102 | 33 | 146 | 61 | 61 |
| Binary | 1100100 | 10111010 | 111111 | 101110 | 0 | 1000010 | 11011 | 1100110 | 110001 | 110001 |
Color Harmonies of #64BA3F
Complementary color
Monochromatic Colors of #64BA3F
Black with #64BA3F
Text Example
Text Example
White with #64BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA3F; }
p { color: rgb(100,186,63); }
H1.HeaderClassName
{
color: #64BA3F;
}
.AnyTagClassName
{
color: #64BA3F;
}
</style>
background-color css
<style>
a { background-color: #64BA3F; }
a { background-color: rgb(100,186,63); }
div.DivClassName
{
background-color: #64BA3F;
}
.BgClassName
{
background-color: #64BA3F;
}
</style>
border-color css
<style>
span { border-color: #64BA3F; }
span { border-color: rgb(100,186,63); }
td.TdClassName
{
border-color: #64BA3F;
}
.TagClassName
{
border-color: #64BA3F;
}
</style>