Shades of Apple #64B957
Tints of Apple #64B957
RGB
CMYK
RGB Variations
Color information
#64B957 (or 0x64B957) is known color: Apple. HEX triplet: 64, B9 and 57. RGB value is (100,185,87). Sum of RGB (Red+Green+Blue) = 100+185+87=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #64B957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B957 is #9B46A8. Grayscale: #949494. Windows color (decimal): -10176169 or 5749092. OLE color: 5749092.
HSL color Cylindrical-coordinate representation of color #64B957: hue angle of 112.04º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64B957 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 87 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.27 |
| HSL | 112.04º | 0.41% | 0.53% | - |
| HSV(B) | 112.04º | 0.53% | 0.73% | - |
| XYZ | 24.32 | 38.1 | 15.09 | - |
| YUV | 148.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 87 | 0.46 | 0 | 0.53 | 0.27 | 112.04 | 0.41 | 0.53 |
| Hex | 64 | B9 | 57 | 2E | 0 | 35 | 1B | 70 | 29 | 35 |
| Octal | 144 | 271 | 127 | 56 | 0 | 65 | 33 | 160 | 51 | 65 |
| Binary | 1100100 | 10111001 | 1010111 | 101110 | 0 | 110101 | 11011 | 1110000 | 101001 | 110101 |
Color Harmonies of #64B957
Complementary color
Monochromatic Colors of #64B957
Black with #64B957
Text Example
Text Example
White with #64B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B957; }
p { color: rgb(100,185,87); }
H1.HeaderClassName
{
color: #64B957;
}
.AnyTagClassName
{
color: #64B957;
}
</style>
background-color css
<style>
a { background-color: #64B957; }
a { background-color: rgb(100,185,87); }
div.DivClassName
{
background-color: #64B957;
}
.BgClassName
{
background-color: #64B957;
}
</style>
border-color css
<style>
span { border-color: #64B957; }
span { border-color: rgb(100,185,87); }
td.TdClassName
{
border-color: #64B957;
}
.TagClassName
{
border-color: #64B957;
}
</style>