Shades of Apple #64BE57
Tints of Apple #64BE57
RGB
CMYK
RGB Variations
Color information
#64BE57 (or 0x64BE57) is known color: Apple. HEX triplet: 64, BE and 57. RGB value is (100,190,87). Sum of RGB (Red+Green+Blue) = 100+190+87=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE57 is #9B41A8. Grayscale: #979797. Windows color (decimal): -10174889 or 5750372. OLE color: 5750372.
HSL color Cylindrical-coordinate representation of color #64BE57: hue angle of 112.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BE57 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 87 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.25 |
| HSL | 112.43º | 0.44% | 0.54% | - |
| HSV(B) | 112.43º | 0.54% | 0.75% | - |
| XYZ | 25.39 | 40.22 | 15.44 | - |
| YUV | 151.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 87 | 0.47 | 0 | 0.54 | 0.25 | 112.43 | 0.44 | 0.54 |
| Hex | 64 | BE | 57 | 2F | 0 | 36 | 19 | 70 | 2C | 36 |
| Octal | 144 | 276 | 127 | 57 | 0 | 66 | 31 | 160 | 54 | 66 |
| Binary | 1100100 | 10111110 | 1010111 | 101111 | 0 | 110110 | 11001 | 1110000 | 101100 | 110110 |
Color Harmonies of #64BE57
Complementary color
Monochromatic Colors of #64BE57
Black with #64BE57
Text Example
Text Example
White with #64BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE57; }
p { color: rgb(100,190,87); }
H1.HeaderClassName
{
color: #64BE57;
}
.AnyTagClassName
{
color: #64BE57;
}
</style>
background-color css
<style>
a { background-color: #64BE57; }
a { background-color: rgb(100,190,87); }
div.DivClassName
{
background-color: #64BE57;
}
.BgClassName
{
background-color: #64BE57;
}
</style>
border-color css
<style>
span { border-color: #64BE57; }
span { border-color: rgb(100,190,87); }
td.TdClassName
{
border-color: #64BE57;
}
.TagClassName
{
border-color: #64BE57;
}
</style>