Shades of Apple #64BC57
Tints of Apple #64BC57
RGB
CMYK
RGB Variations
Color information
#64BC57 (or 0x64BC57) is known color: Apple. HEX triplet: 64, BC and 57. RGB value is (100,188,87). Sum of RGB (Red+Green+Blue) = 100+188+87=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC57 is #9B43A8. Grayscale: #969696. Windows color (decimal): -10175401 or 5749860. OLE color: 5749860.
HSL color Cylindrical-coordinate representation of color #64BC57: hue angle of 112.28º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BC57 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 87 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.26 |
| HSL | 112.28º | 0.43% | 0.54% | - |
| HSV(B) | 112.28º | 0.54% | 0.74% | - |
| XYZ | 24.96 | 39.36 | 15.3 | - |
| YUV | 150.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 87 | 0.47 | 0 | 0.54 | 0.26 | 112.28 | 0.43 | 0.54 |
| Hex | 64 | BC | 57 | 2F | 0 | 36 | 1A | 70 | 2B | 36 |
| Octal | 144 | 274 | 127 | 57 | 0 | 66 | 32 | 160 | 53 | 66 |
| Binary | 1100100 | 10111100 | 1010111 | 101111 | 0 | 110110 | 11010 | 1110000 | 101011 | 110110 |
Color Harmonies of #64BC57
Complementary color
Monochromatic Colors of #64BC57
Black with #64BC57
Text Example
Text Example
White with #64BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC57; }
p { color: rgb(100,188,87); }
H1.HeaderClassName
{
color: #64BC57;
}
.AnyTagClassName
{
color: #64BC57;
}
</style>
background-color css
<style>
a { background-color: #64BC57; }
a { background-color: rgb(100,188,87); }
div.DivClassName
{
background-color: #64BC57;
}
.BgClassName
{
background-color: #64BC57;
}
</style>
border-color css
<style>
span { border-color: #64BC57; }
span { border-color: rgb(100,188,87); }
td.TdClassName
{
border-color: #64BC57;
}
.TagClassName
{
border-color: #64BC57;
}
</style>