Shades of Apple #64CB56
Tints of Apple #64CB56
RGB
CMYK
RGB Variations
Color information
#64CB56 (or 0x64CB56) is known color: Apple. HEX triplet: 64, CB and 56. RGB value is (100,203,86). Sum of RGB (Red+Green+Blue) = 100+203+86=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB56 is #9B34A9. Grayscale: #9F9F9F. Windows color (decimal): -10171562 or 5688164. OLE color: 5688164.
HSL color Cylindrical-coordinate representation of color #64CB56: hue angle of 112.82º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CB56 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 86 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.20 |
| HSL | 112.82º | 0.53% | 0.57% | - |
| HSV(B) | 112.82º | 0.58% | 0.8% | - |
| XYZ | 28.29 | 46.09 | 16.21 | - |
| YUV | 158.87 | 86.88 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 86 | 0.51 | 0 | 0.58 | 0.20 | 112.82 | 0.53 | 0.57 |
| Hex | 64 | CB | 56 | 33 | 0 | 3A | 14 | 71 | 35 | 39 |
| Octal | 144 | 313 | 126 | 63 | 0 | 72 | 24 | 161 | 65 | 71 |
| Binary | 1100100 | 11001011 | 1010110 | 110011 | 0 | 111010 | 10100 | 1110001 | 110101 | 111001 |
Color Harmonies of #64CB56
Complementary color
Monochromatic Colors of #64CB56
Black with #64CB56
Text Example
Text Example
White with #64CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB56; }
p { color: rgb(100,203,86); }
H1.HeaderClassName
{
color: #64CB56;
}
.AnyTagClassName
{
color: #64CB56;
}
</style>
background-color css
<style>
a { background-color: #64CB56; }
a { background-color: rgb(100,203,86); }
div.DivClassName
{
background-color: #64CB56;
}
.BgClassName
{
background-color: #64CB56;
}
</style>
border-color css
<style>
span { border-color: #64CB56; }
span { border-color: rgb(100,203,86); }
td.TdClassName
{
border-color: #64CB56;
}
.TagClassName
{
border-color: #64CB56;
}
</style>