Shades of Apple #64BB57
Tints of Apple #64BB57
RGB
CMYK
RGB Variations
Color information
#64BB57 (or 0x64BB57) is known color: Apple. HEX triplet: 64, BB and 57. RGB value is (100,187,87). Sum of RGB (Red+Green+Blue) = 100+187+87=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB57 is #9B44A8. Grayscale: #959595. Windows color (decimal): -10175657 or 5749604. OLE color: 5749604.
HSL color Cylindrical-coordinate representation of color #64BB57: hue angle of 112.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BB57 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 87 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.27 |
| HSL | 112.2º | 0.42% | 0.54% | - |
| HSV(B) | 112.2º | 0.53% | 0.73% | - |
| XYZ | 24.75 | 38.94 | 15.23 | - |
| YUV | 149.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 87 | 0.47 | 0 | 0.53 | 0.27 | 112.2 | 0.42 | 0.54 |
| Hex | 64 | BB | 57 | 2F | 0 | 35 | 1B | 70 | 2A | 36 |
| Octal | 144 | 273 | 127 | 57 | 0 | 65 | 33 | 160 | 52 | 66 |
| Binary | 1100100 | 10111011 | 1010111 | 101111 | 0 | 110101 | 11011 | 1110000 | 101010 | 110110 |
Color Harmonies of #64BB57
Complementary color
Monochromatic Colors of #64BB57
Black with #64BB57
Text Example
Text Example
White with #64BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB57; }
p { color: rgb(100,187,87); }
H1.HeaderClassName
{
color: #64BB57;
}
.AnyTagClassName
{
color: #64BB57;
}
</style>
background-color css
<style>
a { background-color: #64BB57; }
a { background-color: rgb(100,187,87); }
div.DivClassName
{
background-color: #64BB57;
}
.BgClassName
{
background-color: #64BB57;
}
</style>
border-color css
<style>
span { border-color: #64BB57; }
span { border-color: rgb(100,187,87); }
td.TdClassName
{
border-color: #64BB57;
}
.TagClassName
{
border-color: #64BB57;
}
</style>