Shades of Apple #64C557
Tints of Apple #64C557
RGB
CMYK
RGB Variations
Color information
#64C557 (or 0x64C557) is known color: Apple. HEX triplet: 64, C5 and 57. RGB value is (100,197,87). Sum of RGB (Red+Green+Blue) = 100+197+87=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #64C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C557 is #9B3AA8. Grayscale: #9B9B9B. Windows color (decimal): -10173097 or 5752164. OLE color: 5752164.
HSL color Cylindrical-coordinate representation of color #64C557: hue angle of 112.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64C557 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 87 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.23 |
| HSL | 112.91º | 0.49% | 0.56% | - |
| HSV(B) | 112.91º | 0.56% | 0.77% | - |
| XYZ | 26.94 | 43.33 | 15.96 | - |
| YUV | 155.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 87 | 0.49 | 0 | 0.56 | 0.23 | 112.91 | 0.49 | 0.56 |
| Hex | 64 | C5 | 57 | 31 | 0 | 38 | 17 | 71 | 31 | 38 |
| Octal | 144 | 305 | 127 | 61 | 0 | 70 | 27 | 161 | 61 | 70 |
| Binary | 1100100 | 11000101 | 1010111 | 110001 | 0 | 111000 | 10111 | 1110001 | 110001 | 111000 |
Color Harmonies of #64C557
Complementary color
Monochromatic Colors of #64C557
Black with #64C557
Text Example
Text Example
White with #64C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C557; }
p { color: rgb(100,197,87); }
H1.HeaderClassName
{
color: #64C557;
}
.AnyTagClassName
{
color: #64C557;
}
</style>
background-color css
<style>
a { background-color: #64C557; }
a { background-color: rgb(100,197,87); }
div.DivClassName
{
background-color: #64C557;
}
.BgClassName
{
background-color: #64C557;
}
</style>
border-color css
<style>
span { border-color: #64C557; }
span { border-color: rgb(100,197,87); }
td.TdClassName
{
border-color: #64C557;
}
.TagClassName
{
border-color: #64C557;
}
</style>