Shades of Apple #64DD46
Tints of Apple #64DD46
RGB
CMYK
RGB Variations
Color information
#64DD46 (or 0x64DD46) is known color: Apple. HEX triplet: 64, DD and 46. RGB value is (100,221,70). Sum of RGB (Red+Green+Blue) = 100+221+70=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD46 is #9B22B9. Grayscale: #A8A8A8. Windows color (decimal): -10166970 or 4644196. OLE color: 4644196.
HSL color Cylindrical-coordinate representation of color #64DD46: hue angle of 108.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64DD46 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 70 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.13 |
| HSL | 108.08º | 0.69% | 0.57% | - |
| HSV(B) | 108.08º | 0.68% | 0.87% | - |
| XYZ | 32.22 | 54.86 | 14.69 | - |
| YUV | 167.61 | 72.91 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 70 | 0.55 | 0 | 0.68 | 0.13 | 108.08 | 0.69 | 0.57 |
| Hex | 64 | DD | 46 | 37 | 0 | 44 | D | 6C | 45 | 39 |
| Octal | 144 | 335 | 106 | 67 | 0 | 104 | 15 | 154 | 105 | 71 |
| Binary | 1100100 | 11011101 | 1000110 | 110111 | 0 | 1000100 | 1101 | 1101100 | 1000101 | 111001 |
Color Harmonies of #64DD46
Complementary color
Monochromatic Colors of #64DD46
Black with #64DD46
Text Example
Text Example
White with #64DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD46; }
p { color: rgb(100,221,70); }
H1.HeaderClassName
{
color: #64DD46;
}
.AnyTagClassName
{
color: #64DD46;
}
</style>
background-color css
<style>
a { background-color: #64DD46; }
a { background-color: rgb(100,221,70); }
div.DivClassName
{
background-color: #64DD46;
}
.BgClassName
{
background-color: #64DD46;
}
</style>
border-color css
<style>
span { border-color: #64DD46; }
span { border-color: rgb(100,221,70); }
td.TdClassName
{
border-color: #64DD46;
}
.TagClassName
{
border-color: #64DD46;
}
</style>