Shades of Apple #64D048
Tints of Apple #64D048
RGB
CMYK
RGB Variations
Color information
#64D048 (or 0x64D048) is known color: Apple. HEX triplet: 64, D0 and 48. RGB value is (100,208,72). Sum of RGB (Red+Green+Blue) = 100+208+72=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #64D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D048 is #9B2FB7. Grayscale: #A0A0A0. Windows color (decimal): -10170296 or 4771940. OLE color: 4771940.
HSL color Cylindrical-coordinate representation of color #64D048: hue angle of 107.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64D048 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 72 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.18 |
| HSL | 107.65º | 0.59% | 0.55% | - |
| HSV(B) | 107.65º | 0.65% | 0.82% | - |
| XYZ | 28.98 | 48.29 | 13.92 | - |
| YUV | 160.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 72 | 0.52 | 0 | 0.65 | 0.18 | 107.65 | 0.59 | 0.55 |
| Hex | 64 | D0 | 48 | 34 | 0 | 41 | 12 | 6C | 3B | 37 |
| Octal | 144 | 320 | 110 | 64 | 0 | 101 | 22 | 154 | 73 | 67 |
| Binary | 1100100 | 11010000 | 1001000 | 110100 | 0 | 1000001 | 10010 | 1101100 | 111011 | 110111 |
Color Harmonies of #64D048
Complementary color
Monochromatic Colors of #64D048
Black with #64D048
Text Example
Text Example
White with #64D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D048; }
p { color: rgb(100,208,72); }
H1.HeaderClassName
{
color: #64D048;
}
.AnyTagClassName
{
color: #64D048;
}
</style>
background-color css
<style>
a { background-color: #64D048; }
a { background-color: rgb(100,208,72); }
div.DivClassName
{
background-color: #64D048;
}
.BgClassName
{
background-color: #64D048;
}
</style>
border-color css
<style>
span { border-color: #64D048; }
span { border-color: rgb(100,208,72); }
td.TdClassName
{
border-color: #64D048;
}
.TagClassName
{
border-color: #64D048;
}
</style>