Shades of Apple #64D040
Tints of Apple #64D040
RGB
CMYK
RGB Variations
Color information
#64D040 (or 0x64D040) is known color: Apple. HEX triplet: 64, D0 and 40. RGB value is (100,208,64). Sum of RGB (Red+Green+Blue) = 100+208+64=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #64D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D040 is #9B2FBF. Grayscale: #9F9F9F. Windows color (decimal): -10170304 or 4247652. OLE color: 4247652.
HSL color Cylindrical-coordinate representation of color #64D040: hue angle of 105º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64D040 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 64 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.18 |
| HSL | 105º | 0.61% | 0.53% | - |
| HSV(B) | 105º | 0.69% | 0.82% | - |
| XYZ | 28.74 | 48.19 | 12.64 | - |
| YUV | 159.29 | 74.22 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 64 | 0.52 | 0 | 0.69 | 0.18 | 105 | 0.61 | 0.53 |
| Hex | 64 | D0 | 40 | 34 | 0 | 45 | 12 | 69 | 3D | 35 |
| Octal | 144 | 320 | 100 | 64 | 0 | 105 | 22 | 151 | 75 | 65 |
| Binary | 1100100 | 11010000 | 1000000 | 110100 | 0 | 1000101 | 10010 | 1101001 | 111101 | 110101 |
Color Harmonies of #64D040
Complementary color
Monochromatic Colors of #64D040
Black with #64D040
Text Example
Text Example
White with #64D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D040; }
p { color: rgb(100,208,64); }
H1.HeaderClassName
{
color: #64D040;
}
.AnyTagClassName
{
color: #64D040;
}
</style>
background-color css
<style>
a { background-color: #64D040; }
a { background-color: rgb(100,208,64); }
div.DivClassName
{
background-color: #64D040;
}
.BgClassName
{
background-color: #64D040;
}
</style>
border-color css
<style>
span { border-color: #64D040; }
span { border-color: rgb(100,208,64); }
td.TdClassName
{
border-color: #64D040;
}
.TagClassName
{
border-color: #64D040;
}
</style>