Shades of Apple #64BF56
Tints of Apple #64BF56
RGB
CMYK
RGB Variations
Color information
#64BF56 (or 0x64BF56) is known color: Apple. HEX triplet: 64, BF and 56. RGB value is (100,191,86). Sum of RGB (Red+Green+Blue) = 100+191+86=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF56 is #9B40A9. Grayscale: #989898. Windows color (decimal): -10174634 or 5685092. OLE color: 5685092.
HSL color Cylindrical-coordinate representation of color #64BF56: hue angle of 112º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BF56 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 86 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.25 |
| HSL | 112º | 0.45% | 0.54% | - |
| HSV(B) | 112º | 0.55% | 0.75% | - |
| XYZ | 25.57 | 40.64 | 15.3 | - |
| YUV | 151.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 86 | 0.48 | 0 | 0.55 | 0.25 | 112 | 0.45 | 0.54 |
| Hex | 64 | BF | 56 | 30 | 0 | 37 | 19 | 70 | 2D | 36 |
| Octal | 144 | 277 | 126 | 60 | 0 | 67 | 31 | 160 | 55 | 66 |
| Binary | 1100100 | 10111111 | 1010110 | 110000 | 0 | 110111 | 11001 | 1110000 | 101101 | 110110 |
Color Harmonies of #64BF56
Complementary color
Monochromatic Colors of #64BF56
Black with #64BF56
Text Example
Text Example
White with #64BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF56; }
p { color: rgb(100,191,86); }
H1.HeaderClassName
{
color: #64BF56;
}
.AnyTagClassName
{
color: #64BF56;
}
</style>
background-color css
<style>
a { background-color: #64BF56; }
a { background-color: rgb(100,191,86); }
div.DivClassName
{
background-color: #64BF56;
}
.BgClassName
{
background-color: #64BF56;
}
</style>
border-color css
<style>
span { border-color: #64BF56; }
span { border-color: rgb(100,191,86); }
td.TdClassName
{
border-color: #64BF56;
}
.TagClassName
{
border-color: #64BF56;
}
</style>