Shades of Apple #64BA42
Tints of Apple #64BA42
RGB
CMYK
RGB Variations
Color information
#64BA42 (or 0x64BA42) is known color: Apple. HEX triplet: 64, BA and 42. RGB value is (100,186,66). Sum of RGB (Red+Green+Blue) = 100+186+66=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA42 is #9B45BD. Grayscale: #939393. Windows color (decimal): -10175934 or 4373092. OLE color: 4373092.
HSL color Cylindrical-coordinate representation of color #64BA42: hue angle of 103º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64BA42 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 66 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.27 |
| HSL | 103º | 0.48% | 0.49% | - |
| HSV(B) | 103º | 0.65% | 0.73% | - |
| XYZ | 23.8 | 38.22 | 11.28 | - |
| YUV | 146.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 66 | 0.46 | 0 | 0.65 | 0.27 | 103 | 0.48 | 0.49 |
| Hex | 64 | BA | 42 | 2E | 0 | 41 | 1B | 67 | 30 | 31 |
| Octal | 144 | 272 | 102 | 56 | 0 | 101 | 33 | 147 | 60 | 61 |
| Binary | 1100100 | 10111010 | 1000010 | 101110 | 0 | 1000001 | 11011 | 1100111 | 110000 | 110001 |
Color Harmonies of #64BA42
Complementary color
Monochromatic Colors of #64BA42
Black with #64BA42
Text Example
Text Example
White with #64BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA42; }
p { color: rgb(100,186,66); }
H1.HeaderClassName
{
color: #64BA42;
}
.AnyTagClassName
{
color: #64BA42;
}
</style>
background-color css
<style>
a { background-color: #64BA42; }
a { background-color: rgb(100,186,66); }
div.DivClassName
{
background-color: #64BA42;
}
.BgClassName
{
background-color: #64BA42;
}
</style>
border-color css
<style>
span { border-color: #64BA42; }
span { border-color: rgb(100,186,66); }
td.TdClassName
{
border-color: #64BA42;
}
.TagClassName
{
border-color: #64BA42;
}
</style>