Shades of Apple #64B956
Tints of Apple #64B956
RGB
CMYK
RGB Variations
Color information
#64B956 (or 0x64B956) is known color: Apple. HEX triplet: 64, B9 and 56. RGB value is (100,185,86). Sum of RGB (Red+Green+Blue) = 100+185+86=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #64B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B956 is #9B46A9. Grayscale: #949494. Windows color (decimal): -10176170 or 5683556. OLE color: 5683556.
HSL color Cylindrical-coordinate representation of color #64B956: hue angle of 111.52º degrees, saturation: 0.41, 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 #64B956 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 86 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.27 |
| HSL | 111.52º | 0.41% | 0.53% | - |
| HSV(B) | 111.52º | 0.54% | 0.73% | - |
| XYZ | 24.28 | 38.08 | 14.87 | - |
| YUV | 148.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 86 | 0.46 | 0 | 0.54 | 0.27 | 111.52 | 0.41 | 0.53 |
| Hex | 64 | B9 | 56 | 2E | 0 | 36 | 1B | 70 | 29 | 35 |
| Octal | 144 | 271 | 126 | 56 | 0 | 66 | 33 | 160 | 51 | 65 |
| Binary | 1100100 | 10111001 | 1010110 | 101110 | 0 | 110110 | 11011 | 1110000 | 101001 | 110101 |
Color Harmonies of #64B956
Complementary color
Monochromatic Colors of #64B956
Black with #64B956
Text Example
Text Example
White with #64B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B956; }
p { color: rgb(100,185,86); }
H1.HeaderClassName
{
color: #64B956;
}
.AnyTagClassName
{
color: #64B956;
}
</style>
background-color css
<style>
a { background-color: #64B956; }
a { background-color: rgb(100,185,86); }
div.DivClassName
{
background-color: #64B956;
}
.BgClassName
{
background-color: #64B956;
}
</style>
border-color css
<style>
span { border-color: #64B956; }
span { border-color: rgb(100,185,86); }
td.TdClassName
{
border-color: #64B956;
}
.TagClassName
{
border-color: #64B956;
}
</style>