Shades of Apple #64DE47
Tints of Apple #64DE47
RGB
CMYK
RGB Variations
Color information
#64DE47 (or 0x64DE47) is known color: Apple. HEX triplet: 64, DE and 47. RGB value is (100,222,71). Sum of RGB (Red+Green+Blue) = 100+222+71=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DE47 is #9B21B8. Grayscale: #A8A8A8. Windows color (decimal): -10166713 or 4709988. OLE color: 4709988.
HSL color Cylindrical-coordinate representation of color #64DE47: hue angle of 108.48º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64DE47 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 71 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.13 |
| HSL | 108.48º | 0.7% | 0.57% | - |
| HSV(B) | 108.48º | 0.68% | 0.87% | - |
| XYZ | 32.51 | 55.41 | 14.94 | - |
| YUV | 168.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 71 | 0.55 | 0 | 0.68 | 0.13 | 108.48 | 0.7 | 0.57 |
| Hex | 64 | DE | 47 | 37 | 0 | 44 | D | 6C | 46 | 39 |
| Octal | 144 | 336 | 107 | 67 | 0 | 104 | 15 | 154 | 106 | 71 |
| Binary | 1100100 | 11011110 | 1000111 | 110111 | 0 | 1000100 | 1101 | 1101100 | 1000110 | 111001 |
Color Harmonies of #64DE47
Complementary color
Monochromatic Colors of #64DE47
Black with #64DE47
Text Example
Text Example
White with #64DE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DE47; }
p { color: rgb(100,222,71); }
H1.HeaderClassName
{
color: #64DE47;
}
.AnyTagClassName
{
color: #64DE47;
}
</style>
background-color css
<style>
a { background-color: #64DE47; }
a { background-color: rgb(100,222,71); }
div.DivClassName
{
background-color: #64DE47;
}
.BgClassName
{
background-color: #64DE47;
}
</style>
border-color css
<style>
span { border-color: #64DE47; }
span { border-color: rgb(100,222,71); }
td.TdClassName
{
border-color: #64DE47;
}
.TagClassName
{
border-color: #64DE47;
}
</style>