Shades of Apple #64AB57
Tints of Apple #64AB57
RGB
CMYK
RGB Variations
Color information
#64AB57 (or 0x64AB57) is known color: Apple. HEX triplet: 64, AB and 57. RGB value is (100,171,87). Sum of RGB (Red+Green+Blue) = 100+171+87=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB57 is #9B54A8. Grayscale: #8C8C8C. Windows color (decimal): -10179753 or 5745508. OLE color: 5745508.
HSL color Cylindrical-coordinate representation of color #64AB57: hue angle of 110.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64AB57 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 87 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.33 |
| HSL | 110.71º | 0.33% | 0.51% | - |
| HSV(B) | 110.71º | 0.49% | 0.67% | - |
| XYZ | 21.54 | 32.52 | 14.16 | - |
| YUV | 140.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 87 | 0.42 | 0 | 0.49 | 0.33 | 110.71 | 0.33 | 0.51 |
| Hex | 64 | AB | 57 | 2A | 0 | 31 | 21 | 6F | 21 | 33 |
| Octal | 144 | 253 | 127 | 52 | 0 | 61 | 41 | 157 | 41 | 63 |
| Binary | 1100100 | 10101011 | 1010111 | 101010 | 0 | 110001 | 100001 | 1101111 | 100001 | 110011 |
Color Harmonies of #64AB57
Complementary color
Monochromatic Colors of #64AB57
Black with #64AB57
Text Example
Text Example
White with #64AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB57; }
p { color: rgb(100,171,87); }
H1.HeaderClassName
{
color: #64AB57;
}
.AnyTagClassName
{
color: #64AB57;
}
</style>
background-color css
<style>
a { background-color: #64AB57; }
a { background-color: rgb(100,171,87); }
div.DivClassName
{
background-color: #64AB57;
}
.BgClassName
{
background-color: #64AB57;
}
</style>
border-color css
<style>
span { border-color: #64AB57; }
span { border-color: rgb(100,171,87); }
td.TdClassName
{
border-color: #64AB57;
}
.TagClassName
{
border-color: #64AB57;
}
</style>