Shades of Apple #64D644
Tints of Apple #64D644
RGB
CMYK
RGB Variations
Color information
#64D644 (or 0x64D644) is known color: Apple. HEX triplet: 64, D6 and 44. RGB value is (100,214,68). Sum of RGB (Red+Green+Blue) = 100+214+68=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #64D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D644 is #9B29BB. Grayscale: #A3A3A3. Windows color (decimal): -10168764 or 4511332. OLE color: 4511332.
HSL color Cylindrical-coordinate representation of color #64D644: hue angle of 106.85º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64D644 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 68 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.16 |
| HSL | 106.85º | 0.64% | 0.55% | - |
| HSV(B) | 106.85º | 0.68% | 0.84% | - |
| XYZ | 30.35 | 51.22 | 13.76 | - |
| YUV | 163.27 | 74.23 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 68 | 0.53 | 0 | 0.68 | 0.16 | 106.85 | 0.64 | 0.55 |
| Hex | 64 | D6 | 44 | 35 | 0 | 44 | 10 | 6B | 40 | 37 |
| Octal | 144 | 326 | 104 | 65 | 0 | 104 | 20 | 153 | 100 | 67 |
| Binary | 1100100 | 11010110 | 1000100 | 110101 | 0 | 1000100 | 10000 | 1101011 | 1000000 | 110111 |
Color Harmonies of #64D644
Complementary color
Monochromatic Colors of #64D644
Black with #64D644
Text Example
Text Example
White with #64D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D644; }
p { color: rgb(100,214,68); }
H1.HeaderClassName
{
color: #64D644;
}
.AnyTagClassName
{
color: #64D644;
}
</style>
background-color css
<style>
a { background-color: #64D644; }
a { background-color: rgb(100,214,68); }
div.DivClassName
{
background-color: #64D644;
}
.BgClassName
{
background-color: #64D644;
}
</style>
border-color css
<style>
span { border-color: #64D644; }
span { border-color: rgb(100,214,68); }
td.TdClassName
{
border-color: #64D644;
}
.TagClassName
{
border-color: #64D644;
}
</style>