Shades of Apple #64C044
Tints of Apple #64C044
RGB
CMYK
RGB Variations
Color information
#64C044 (or 0x64C044) is known color: Apple. HEX triplet: 64, C0 and 44. RGB value is (100,192,68). Sum of RGB (Red+Green+Blue) = 100+192+68=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #64C044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C044 is #9B3FBB. Grayscale: #969696. Windows color (decimal): -10174396 or 4505700. OLE color: 4505700.
HSL color Cylindrical-coordinate representation of color #64C044: hue angle of 104.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64C044 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 68 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.25 |
| HSL | 104.52º | 0.5% | 0.51% | - |
| HSV(B) | 104.52º | 0.65% | 0.75% | - |
| XYZ | 25.15 | 40.83 | 12.02 | - |
| YUV | 150.36 | 81.52 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 68 | 0.48 | 0 | 0.65 | 0.25 | 104.52 | 0.5 | 0.51 |
| Hex | 64 | C0 | 44 | 30 | 0 | 41 | 19 | 69 | 32 | 33 |
| Octal | 144 | 300 | 104 | 60 | 0 | 101 | 31 | 151 | 62 | 63 |
| Binary | 1100100 | 11000000 | 1000100 | 110000 | 0 | 1000001 | 11001 | 1101001 | 110010 | 110011 |
Color Harmonies of #64C044
Complementary color
Monochromatic Colors of #64C044
Black with #64C044
Text Example
Text Example
White with #64C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C044; }
p { color: rgb(100,192,68); }
H1.HeaderClassName
{
color: #64C044;
}
.AnyTagClassName
{
color: #64C044;
}
</style>
background-color css
<style>
a { background-color: #64C044; }
a { background-color: rgb(100,192,68); }
div.DivClassName
{
background-color: #64C044;
}
.BgClassName
{
background-color: #64C044;
}
</style>
border-color css
<style>
span { border-color: #64C044; }
span { border-color: rgb(100,192,68); }
td.TdClassName
{
border-color: #64C044;
}
.TagClassName
{
border-color: #64C044;
}
</style>