Shades of Apple #64DB44
Tints of Apple #64DB44
RGB
CMYK
RGB Variations
Color information
#64DB44 (or 0x64DB44) is known color: Apple. HEX triplet: 64, DB and 44. RGB value is (100,219,68). Sum of RGB (Red+Green+Blue) = 100+219+68=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB44 is #9B24BB. Grayscale: #A6A6A6. Windows color (decimal): -10167484 or 4512612. OLE color: 4512612.
HSL color Cylindrical-coordinate representation of color #64DB44: hue angle of 107.28º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64DB44 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 68 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.14 |
| HSL | 107.28º | 0.68% | 0.56% | - |
| HSV(B) | 107.28º | 0.69% | 0.86% | - |
| XYZ | 31.63 | 53.79 | 14.18 | - |
| YUV | 166.21 | 72.58 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 68 | 0.54 | 0 | 0.69 | 0.14 | 107.28 | 0.68 | 0.56 |
| Hex | 64 | DB | 44 | 36 | 0 | 45 | E | 6B | 44 | 38 |
| Octal | 144 | 333 | 104 | 66 | 0 | 105 | 16 | 153 | 104 | 70 |
| Binary | 1100100 | 11011011 | 1000100 | 110110 | 0 | 1000101 | 1110 | 1101011 | 1000100 | 111000 |
Color Harmonies of #64DB44
Complementary color
Monochromatic Colors of #64DB44
Black with #64DB44
Text Example
Text Example
White with #64DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB44; }
p { color: rgb(100,219,68); }
H1.HeaderClassName
{
color: #64DB44;
}
.AnyTagClassName
{
color: #64DB44;
}
</style>
background-color css
<style>
a { background-color: #64DB44; }
a { background-color: rgb(100,219,68); }
div.DivClassName
{
background-color: #64DB44;
}
.BgClassName
{
background-color: #64DB44;
}
</style>
border-color css
<style>
span { border-color: #64DB44; }
span { border-color: rgb(100,219,68); }
td.TdClassName
{
border-color: #64DB44;
}
.TagClassName
{
border-color: #64DB44;
}
</style>