Shades of Apple #64BA54
Tints of Apple #64BA54
RGB
CMYK
RGB Variations
Color information
#64BA54 (or 0x64BA54) is known color: Apple. HEX triplet: 64, BA and 54. RGB value is (100,186,84). Sum of RGB (Red+Green+Blue) = 100+186+84=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA54 is #9B45AB. Grayscale: #949494. Windows color (decimal): -10175916 or 5552740. OLE color: 5552740.
HSL color Cylindrical-coordinate representation of color #64BA54: hue angle of 110.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BA54 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 84 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.27 |
| HSL | 110.59º | 0.43% | 0.53% | - |
| HSV(B) | 110.59º | 0.55% | 0.73% | - |
| XYZ | 24.41 | 38.47 | 14.53 | - |
| YUV | 148.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 84 | 0.46 | 0 | 0.55 | 0.27 | 110.59 | 0.43 | 0.53 |
| Hex | 64 | BA | 54 | 2E | 0 | 37 | 1B | 6F | 2A | 35 |
| Octal | 144 | 272 | 124 | 56 | 0 | 67 | 33 | 157 | 52 | 65 |
| Binary | 1100100 | 10111010 | 1010100 | 101110 | 0 | 110111 | 11011 | 1101111 | 101010 | 110101 |
Color Harmonies of #64BA54
Complementary color
Monochromatic Colors of #64BA54
Black with #64BA54
Text Example
Text Example
White with #64BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA54; }
p { color: rgb(100,186,84); }
H1.HeaderClassName
{
color: #64BA54;
}
.AnyTagClassName
{
color: #64BA54;
}
</style>
background-color css
<style>
a { background-color: #64BA54; }
a { background-color: rgb(100,186,84); }
div.DivClassName
{
background-color: #64BA54;
}
.BgClassName
{
background-color: #64BA54;
}
</style>
border-color css
<style>
span { border-color: #64BA54; }
span { border-color: rgb(100,186,84); }
td.TdClassName
{
border-color: #64BA54;
}
.TagClassName
{
border-color: #64BA54;
}
</style>