Shades of Apple #64D147
Tints of Apple #64D147
RGB
CMYK
RGB Variations
Color information
#64D147 (or 0x64D147) is known color: Apple. HEX triplet: 64, D1 and 47. RGB value is (100,209,71). Sum of RGB (Red+Green+Blue) = 100+209+71=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #64D147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D147 is #9B2EB8. Grayscale: #A1A1A1. Windows color (decimal): -10170041 or 4706660. OLE color: 4706660.
HSL color Cylindrical-coordinate representation of color #64D147: hue angle of 107.39º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64D147 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 71 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.18 |
| HSL | 107.39º | 0.6% | 0.55% | - |
| HSV(B) | 107.39º | 0.66% | 0.82% | - |
| XYZ | 29.19 | 48.77 | 13.84 | - |
| YUV | 160.68 | 77.39 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 71 | 0.52 | 0 | 0.66 | 0.18 | 107.39 | 0.6 | 0.55 |
| Hex | 64 | D1 | 47 | 34 | 0 | 42 | 12 | 6B | 3C | 37 |
| Octal | 144 | 321 | 107 | 64 | 0 | 102 | 22 | 153 | 74 | 67 |
| Binary | 1100100 | 11010001 | 1000111 | 110100 | 0 | 1000010 | 10010 | 1101011 | 111100 | 110111 |
Color Harmonies of #64D147
Complementary color
Monochromatic Colors of #64D147
Black with #64D147
Text Example
Text Example
White with #64D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D147; }
p { color: rgb(100,209,71); }
H1.HeaderClassName
{
color: #64D147;
}
.AnyTagClassName
{
color: #64D147;
}
</style>
background-color css
<style>
a { background-color: #64D147; }
a { background-color: rgb(100,209,71); }
div.DivClassName
{
background-color: #64D147;
}
.BgClassName
{
background-color: #64D147;
}
</style>
border-color css
<style>
span { border-color: #64D147; }
span { border-color: rgb(100,209,71); }
td.TdClassName
{
border-color: #64D147;
}
.TagClassName
{
border-color: #64D147;
}
</style>