Shades of Apple #64C848
Tints of Apple #64C848
RGB
CMYK
RGB Variations
Color information
#64C848 (or 0x64C848) is known color: Apple. HEX triplet: 64, C8 and 48. RGB value is (100,200,72). Sum of RGB (Red+Green+Blue) = 100+200+72=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #64C848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C848 is #9B37B7. Grayscale: #9B9B9B. Windows color (decimal): -10172344 or 4769892. OLE color: 4769892.
HSL color Cylindrical-coordinate representation of color #64C848: hue angle of 106.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64C848 is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 72 | - |
| CMYK | 0.5 | 0 | 0.64 | 0.22 |
| HSL | 106.88º | 0.54% | 0.53% | - |
| HSV(B) | 106.88º | 0.64% | 0.78% | - |
| XYZ | 27.08 | 44.49 | 13.29 | - |
| YUV | 155.51 | 80.87 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 72 | 0.5 | 0 | 0.64 | 0.22 | 106.88 | 0.54 | 0.53 |
| Hex | 64 | C8 | 48 | 32 | 0 | 40 | 16 | 6B | 36 | 35 |
| Octal | 144 | 310 | 110 | 62 | 0 | 100 | 26 | 153 | 66 | 65 |
| Binary | 1100100 | 11001000 | 1001000 | 110010 | 0 | 1000000 | 10110 | 1101011 | 110110 | 110101 |
Color Harmonies of #64C848
Complementary color
Monochromatic Colors of #64C848
Black with #64C848
Text Example
Text Example
White with #64C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C848; }
p { color: rgb(100,200,72); }
H1.HeaderClassName
{
color: #64C848;
}
.AnyTagClassName
{
color: #64C848;
}
</style>
background-color css
<style>
a { background-color: #64C848; }
a { background-color: rgb(100,200,72); }
div.DivClassName
{
background-color: #64C848;
}
.BgClassName
{
background-color: #64C848;
}
</style>
border-color css
<style>
span { border-color: #64C848; }
span { border-color: rgb(100,200,72); }
td.TdClassName
{
border-color: #64C848;
}
.TagClassName
{
border-color: #64C848;
}
</style>