Shades of Apple #64D94A
Tints of Apple #64D94A
RGB
CMYK
RGB Variations
Color information
#64D94A (or 0x64D94A) is known color: Apple. HEX triplet: 64, D9 and 4A. RGB value is (100,217,74). Sum of RGB (Red+Green+Blue) = 100+217+74=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #64D94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D94A is #9B26B5. Grayscale: #A6A6A6. Windows color (decimal): -10167990 or 4905316. OLE color: 4905316.
HSL color Cylindrical-coordinate representation of color #64D94A: hue angle of 109.09º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64D94A is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 74 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.15 |
| HSL | 109.09º | 0.65% | 0.57% | - |
| HSV(B) | 109.09º | 0.66% | 0.85% | - |
| XYZ | 31.3 | 52.83 | 15.03 | - |
| YUV | 165.72 | 76.24 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 74 | 0.54 | 0 | 0.66 | 0.15 | 109.09 | 0.65 | 0.57 |
| Hex | 64 | D9 | 4A | 36 | 0 | 42 | F | 6D | 41 | 39 |
| Octal | 144 | 331 | 112 | 66 | 0 | 102 | 17 | 155 | 101 | 71 |
| Binary | 1100100 | 11011001 | 1001010 | 110110 | 0 | 1000010 | 1111 | 1101101 | 1000001 | 111001 |
Color Harmonies of #64D94A
Complementary color
Monochromatic Colors of #64D94A
Black with #64D94A
Text Example
Text Example
White with #64D94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D94A; }
p { color: rgb(100,217,74); }
H1.HeaderClassName
{
color: #64D94A;
}
.AnyTagClassName
{
color: #64D94A;
}
</style>
background-color css
<style>
a { background-color: #64D94A; }
a { background-color: rgb(100,217,74); }
div.DivClassName
{
background-color: #64D94A;
}
.BgClassName
{
background-color: #64D94A;
}
</style>
border-color css
<style>
span { border-color: #64D94A; }
span { border-color: rgb(100,217,74); }
td.TdClassName
{
border-color: #64D94A;
}
.TagClassName
{
border-color: #64D94A;
}
</style>