Shades of Apple #64B856
Tints of Apple #64B856
RGB
CMYK
RGB Variations
Color information
#64B856 (or 0x64B856) is known color: Apple. HEX triplet: 64, B8 and 56. RGB value is (100,184,86). Sum of RGB (Red+Green+Blue) = 100+184+86=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #64B856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B856 is #9B47A9. Grayscale: #949494. Windows color (decimal): -10176426 or 5683300. OLE color: 5683300.
HSL color Cylindrical-coordinate representation of color #64B856: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64B856 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 86 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.28 |
| HSL | 111.43º | 0.41% | 0.53% | - |
| HSV(B) | 111.43º | 0.53% | 0.72% | - |
| XYZ | 24.08 | 37.66 | 14.8 | - |
| YUV | 147.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 86 | 0.46 | 0 | 0.53 | 0.28 | 111.43 | 0.41 | 0.53 |
| Hex | 64 | B8 | 56 | 2E | 0 | 35 | 1C | 6F | 29 | 35 |
| Octal | 144 | 270 | 126 | 56 | 0 | 65 | 34 | 157 | 51 | 65 |
| Binary | 1100100 | 10111000 | 1010110 | 101110 | 0 | 110101 | 11100 | 1101111 | 101001 | 110101 |
Color Harmonies of #64B856
Complementary color
Monochromatic Colors of #64B856
Black with #64B856
Text Example
Text Example
White with #64B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B856; }
p { color: rgb(100,184,86); }
H1.HeaderClassName
{
color: #64B856;
}
.AnyTagClassName
{
color: #64B856;
}
</style>
background-color css
<style>
a { background-color: #64B856; }
a { background-color: rgb(100,184,86); }
div.DivClassName
{
background-color: #64B856;
}
.BgClassName
{
background-color: #64B856;
}
</style>
border-color css
<style>
span { border-color: #64B856; }
span { border-color: rgb(100,184,86); }
td.TdClassName
{
border-color: #64B856;
}
.TagClassName
{
border-color: #64B856;
}
</style>