Shades of Apple #64BA55
Tints of Apple #64BA55
RGB
CMYK
RGB Variations
Color information
#64BA55 (or 0x64BA55) is known color: Apple. HEX triplet: 64, BA and 55. RGB value is (100,186,85). Sum of RGB (Red+Green+Blue) = 100+186+85=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA55 is #9B45AA. Grayscale: #959595. Windows color (decimal): -10175915 or 5618276. OLE color: 5618276.
HSL color Cylindrical-coordinate representation of color #64BA55: hue angle of 111.09º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BA55 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 85 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.27 |
| HSL | 111.09º | 0.42% | 0.53% | - |
| HSV(B) | 111.09º | 0.54% | 0.73% | - |
| XYZ | 24.45 | 38.48 | 14.73 | - |
| YUV | 148.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 85 | 0.46 | 0 | 0.54 | 0.27 | 111.09 | 0.42 | 0.53 |
| Hex | 64 | BA | 55 | 2E | 0 | 36 | 1B | 6F | 2A | 35 |
| Octal | 144 | 272 | 125 | 56 | 0 | 66 | 33 | 157 | 52 | 65 |
| Binary | 1100100 | 10111010 | 1010101 | 101110 | 0 | 110110 | 11011 | 1101111 | 101010 | 110101 |
Color Harmonies of #64BA55
Complementary color
Monochromatic Colors of #64BA55
Black with #64BA55
Text Example
Text Example
White with #64BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA55; }
p { color: rgb(100,186,85); }
H1.HeaderClassName
{
color: #64BA55;
}
.AnyTagClassName
{
color: #64BA55;
}
</style>
background-color css
<style>
a { background-color: #64BA55; }
a { background-color: rgb(100,186,85); }
div.DivClassName
{
background-color: #64BA55;
}
.BgClassName
{
background-color: #64BA55;
}
</style>
border-color css
<style>
span { border-color: #64BA55; }
span { border-color: rgb(100,186,85); }
td.TdClassName
{
border-color: #64BA55;
}
.TagClassName
{
border-color: #64BA55;
}
</style>