Shades of Apple #64DA4F
Tints of Apple #64DA4F
RGB
CMYK
RGB Variations
Color information
#64DA4F (or 0x64DA4F) is known color: Apple. HEX triplet: 64, DA and 4F. RGB value is (100,218,79). Sum of RGB (Red+Green+Blue) = 100+218+79=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA4F is #9B25B0. Grayscale: #A7A7A7. Windows color (decimal): -10167729 or 5233252. OLE color: 5233252.
HSL color Cylindrical-coordinate representation of color #64DA4F: hue angle of 110.94º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64DA4F is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 79 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.15 |
| HSL | 110.94º | 0.65% | 0.58% | - |
| HSV(B) | 110.94º | 0.64% | 0.85% | - |
| XYZ | 31.74 | 53.42 | 16.03 | - |
| YUV | 166.87 | 78.41 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 79 | 0.54 | 0 | 0.64 | 0.15 | 110.94 | 0.65 | 0.58 |
| Hex | 64 | DA | 4F | 36 | 0 | 40 | F | 6F | 41 | 3A |
| Octal | 144 | 332 | 117 | 66 | 0 | 100 | 17 | 157 | 101 | 72 |
| Binary | 1100100 | 11011010 | 1001111 | 110110 | 0 | 1000000 | 1111 | 1101111 | 1000001 | 111010 |
Color Harmonies of #64DA4F
Complementary color
Monochromatic Colors of #64DA4F
Black with #64DA4F
Text Example
Text Example
White with #64DA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA4F; }
p { color: rgb(100,218,79); }
H1.HeaderClassName
{
color: #64DA4F;
}
.AnyTagClassName
{
color: #64DA4F;
}
</style>
background-color css
<style>
a { background-color: #64DA4F; }
a { background-color: rgb(100,218,79); }
div.DivClassName
{
background-color: #64DA4F;
}
.BgClassName
{
background-color: #64DA4F;
}
</style>
border-color css
<style>
span { border-color: #64DA4F; }
span { border-color: rgb(100,218,79); }
td.TdClassName
{
border-color: #64DA4F;
}
.TagClassName
{
border-color: #64DA4F;
}
</style>