Shades of Apple #64DB49
Tints of Apple #64DB49
RGB
CMYK
RGB Variations
Color information
#64DB49 (or 0x64DB49) is known color: Apple. HEX triplet: 64, DB and 49. RGB value is (100,219,73). Sum of RGB (Red+Green+Blue) = 100+219+73=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB49 is #9B24B6. Grayscale: #A7A7A7. Windows color (decimal): -10167479 or 4840292. OLE color: 4840292.
HSL color Cylindrical-coordinate representation of color #64DB49: hue angle of 108.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64DB49 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 73 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.14 |
| HSL | 108.9º | 0.67% | 0.57% | - |
| HSV(B) | 108.9º | 0.67% | 0.86% | - |
| XYZ | 31.79 | 53.85 | 15.02 | - |
| YUV | 166.78 | 75.08 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 73 | 0.54 | 0 | 0.67 | 0.14 | 108.9 | 0.67 | 0.57 |
| Hex | 64 | DB | 49 | 36 | 0 | 43 | E | 6D | 43 | 39 |
| Octal | 144 | 333 | 111 | 66 | 0 | 103 | 16 | 155 | 103 | 71 |
| Binary | 1100100 | 11011011 | 1001001 | 110110 | 0 | 1000011 | 1110 | 1101101 | 1000011 | 111001 |
Color Harmonies of #64DB49
Complementary color
Monochromatic Colors of #64DB49
Black with #64DB49
Text Example
Text Example
White with #64DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB49; }
p { color: rgb(100,219,73); }
H1.HeaderClassName
{
color: #64DB49;
}
.AnyTagClassName
{
color: #64DB49;
}
</style>
background-color css
<style>
a { background-color: #64DB49; }
a { background-color: rgb(100,219,73); }
div.DivClassName
{
background-color: #64DB49;
}
.BgClassName
{
background-color: #64DB49;
}
</style>
border-color css
<style>
span { border-color: #64DB49; }
span { border-color: rgb(100,219,73); }
td.TdClassName
{
border-color: #64DB49;
}
.TagClassName
{
border-color: #64DB49;
}
</style>