Shades of Apple #64D04E
Tints of Apple #64D04E
RGB
CMYK
RGB Variations
Color information
#64D04E (or 0x64D04E) is known color: Apple. HEX triplet: 64, D0 and 4E. RGB value is (100,208,78). Sum of RGB (Red+Green+Blue) = 100+208+78=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #64D04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D04E is #9B2FB1. Grayscale: #A1A1A1. Windows color (decimal): -10170290 or 5165156. OLE color: 5165156.
HSL color Cylindrical-coordinate representation of color #64D04E: hue angle of 109.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64D04E is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 78 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.18 |
| HSL | 109.85º | 0.58% | 0.56% | - |
| HSV(B) | 109.85º | 0.63% | 0.82% | - |
| XYZ | 29.19 | 48.37 | 15.01 | - |
| YUV | 160.89 | 81.22 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 78 | 0.52 | 0 | 0.62 | 0.18 | 109.85 | 0.58 | 0.56 |
| Hex | 64 | D0 | 4E | 34 | 0 | 3E | 12 | 6E | 3A | 38 |
| Octal | 144 | 320 | 116 | 64 | 0 | 76 | 22 | 156 | 72 | 70 |
| Binary | 1100100 | 11010000 | 1001110 | 110100 | 0 | 111110 | 10010 | 1101110 | 111010 | 111000 |
Color Harmonies of #64D04E
Complementary color
Monochromatic Colors of #64D04E
Black with #64D04E
Text Example
Text Example
White with #64D04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D04E; }
p { color: rgb(100,208,78); }
H1.HeaderClassName
{
color: #64D04E;
}
.AnyTagClassName
{
color: #64D04E;
}
</style>
background-color css
<style>
a { background-color: #64D04E; }
a { background-color: rgb(100,208,78); }
div.DivClassName
{
background-color: #64D04E;
}
.BgClassName
{
background-color: #64D04E;
}
</style>
border-color css
<style>
span { border-color: #64D04E; }
span { border-color: rgb(100,208,78); }
td.TdClassName
{
border-color: #64D04E;
}
.TagClassName
{
border-color: #64D04E;
}
</style>