Shades of Apple #64CC44
Tints of Apple #64CC44
RGB
CMYK
RGB Variations
Color information
#64CC44 (or 0x64CC44) is known color: Apple. HEX triplet: 64, CC and 44. RGB value is (100,204,68). Sum of RGB (Red+Green+Blue) = 100+204+68=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC44 is #9B33BB. Grayscale: #9D9D9D. Windows color (decimal): -10171324 or 4508772. OLE color: 4508772.
HSL color Cylindrical-coordinate representation of color #64CC44: hue angle of 105.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64CC44 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 68 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.2 |
| HSL | 105.88º | 0.57% | 0.53% | - |
| HSV(B) | 105.88º | 0.67% | 0.8% | - |
| XYZ | 27.89 | 46.31 | 12.94 | - |
| YUV | 157.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 68 | 0.51 | 0 | 0.67 | 0.2 | 105.88 | 0.57 | 0.53 |
| Hex | 64 | CC | 44 | 33 | 0 | 43 | 14 | 6A | 39 | 35 |
| Octal | 144 | 314 | 104 | 63 | 0 | 103 | 24 | 152 | 71 | 65 |
| Binary | 1100100 | 11001100 | 1000100 | 110011 | 0 | 1000011 | 10100 | 1101010 | 111001 | 110101 |
Color Harmonies of #64CC44
Complementary color
Monochromatic Colors of #64CC44
Black with #64CC44
Text Example
Text Example
White with #64CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC44; }
p { color: rgb(100,204,68); }
H1.HeaderClassName
{
color: #64CC44;
}
.AnyTagClassName
{
color: #64CC44;
}
</style>
background-color css
<style>
a { background-color: #64CC44; }
a { background-color: rgb(100,204,68); }
div.DivClassName
{
background-color: #64CC44;
}
.BgClassName
{
background-color: #64CC44;
}
</style>
border-color css
<style>
span { border-color: #64CC44; }
span { border-color: rgb(100,204,68); }
td.TdClassName
{
border-color: #64CC44;
}
.TagClassName
{
border-color: #64CC44;
}
</style>