Shades of Apple #64BA41
Tints of Apple #64BA41
RGB
CMYK
RGB Variations
Color information
#64BA41 (or 0x64BA41) is known color: Apple. HEX triplet: 64, BA and 41. RGB value is (100,186,65). Sum of RGB (Red+Green+Blue) = 100+186+65=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BA41 is #9B45BE. Grayscale: #929292. Windows color (decimal): -10175935 or 4307556. OLE color: 4307556.
HSL color Cylindrical-coordinate representation of color #64BA41: hue angle of 102.64º 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 #64BA41 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 65 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.27 |
| HSL | 102.64º | 0.48% | 0.49% | - |
| HSV(B) | 102.64º | 0.65% | 0.73% | - |
| XYZ | 23.77 | 38.21 | 11.12 | - |
| YUV | 146.49 | 82.01 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 65 | 0.46 | 0 | 0.65 | 0.27 | 102.64 | 0.48 | 0.49 |
| Hex | 64 | BA | 41 | 2E | 0 | 41 | 1B | 67 | 30 | 31 |
| Octal | 144 | 272 | 101 | 56 | 0 | 101 | 33 | 147 | 60 | 61 |
| Binary | 1100100 | 10111010 | 1000001 | 101110 | 0 | 1000001 | 11011 | 1100111 | 110000 | 110001 |
Color Harmonies of #64BA41
Complementary color
Monochromatic Colors of #64BA41
Black with #64BA41
Text Example
Text Example
White with #64BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA41; }
p { color: rgb(100,186,65); }
H1.HeaderClassName
{
color: #64BA41;
}
.AnyTagClassName
{
color: #64BA41;
}
</style>
background-color css
<style>
a { background-color: #64BA41; }
a { background-color: rgb(100,186,65); }
div.DivClassName
{
background-color: #64BA41;
}
.BgClassName
{
background-color: #64BA41;
}
</style>
border-color css
<style>
span { border-color: #64BA41; }
span { border-color: rgb(100,186,65); }
td.TdClassName
{
border-color: #64BA41;
}
.TagClassName
{
border-color: #64BA41;
}
</style>