Shades of Apple #64D456
Tints of Apple #64D456
RGB
CMYK
RGB Variations
Color information
#64D456 (or 0x64D456) is known color: Apple. HEX triplet: 64, D4 and 56. RGB value is (100,212,86). Sum of RGB (Red+Green+Blue) = 100+212+86=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #64D456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D456 is #9B2BA9. Grayscale: #A4A4A4. Windows color (decimal): -10169258 or 5690468. OLE color: 5690468.
HSL color Cylindrical-coordinate representation of color #64D456: hue angle of 113.33º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64D456 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 86 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.17 |
| HSL | 113.33º | 0.59% | 0.58% | - |
| HSV(B) | 113.33º | 0.59% | 0.83% | - |
| XYZ | 30.48 | 50.47 | 16.94 | - |
| YUV | 164.15 | 83.89 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 86 | 0.53 | 0 | 0.59 | 0.17 | 113.33 | 0.59 | 0.58 |
| Hex | 64 | D4 | 56 | 35 | 0 | 3B | 11 | 71 | 3B | 3A |
| Octal | 144 | 324 | 126 | 65 | 0 | 73 | 21 | 161 | 73 | 72 |
| Binary | 1100100 | 11010100 | 1010110 | 110101 | 0 | 111011 | 10001 | 1110001 | 111011 | 111010 |
Color Harmonies of #64D456
Complementary color
Monochromatic Colors of #64D456
Black with #64D456
Text Example
Text Example
White with #64D456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D456; }
p { color: rgb(100,212,86); }
H1.HeaderClassName
{
color: #64D456;
}
.AnyTagClassName
{
color: #64D456;
}
</style>
background-color css
<style>
a { background-color: #64D456; }
a { background-color: rgb(100,212,86); }
div.DivClassName
{
background-color: #64D456;
}
.BgClassName
{
background-color: #64D456;
}
</style>
border-color css
<style>
span { border-color: #64D456; }
span { border-color: rgb(100,212,86); }
td.TdClassName
{
border-color: #64D456;
}
.TagClassName
{
border-color: #64D456;
}
</style>