Shades of Apple #64DB40
Tints of Apple #64DB40
RGB
CMYK
RGB Variations
Color information
#64DB40 (or 0x64DB40) is known color: Apple. HEX triplet: 64, DB and 40. RGB value is (100,219,64). Sum of RGB (Red+Green+Blue) = 100+219+64=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB40 is #9B24BF. Grayscale: #A6A6A6. Windows color (decimal): -10167488 or 4250468. OLE color: 4250468.
HSL color Cylindrical-coordinate representation of color #64DB40: hue angle of 106.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64DB40 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 64 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.14 |
| HSL | 106.06º | 0.68% | 0.55% | - |
| HSV(B) | 106.06º | 0.71% | 0.86% | - |
| XYZ | 31.51 | 53.74 | 13.56 | - |
| YUV | 165.75 | 70.58 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 64 | 0.54 | 0 | 0.71 | 0.14 | 106.06 | 0.68 | 0.55 |
| Hex | 64 | DB | 40 | 36 | 0 | 47 | E | 6A | 44 | 37 |
| Octal | 144 | 333 | 100 | 66 | 0 | 107 | 16 | 152 | 104 | 67 |
| Binary | 1100100 | 11011011 | 1000000 | 110110 | 0 | 1000111 | 1110 | 1101010 | 1000100 | 110111 |
Color Harmonies of #64DB40
Complementary color
Monochromatic Colors of #64DB40
Black with #64DB40
Text Example
Text Example
White with #64DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB40; }
p { color: rgb(100,219,64); }
H1.HeaderClassName
{
color: #64DB40;
}
.AnyTagClassName
{
color: #64DB40;
}
</style>
background-color css
<style>
a { background-color: #64DB40; }
a { background-color: rgb(100,219,64); }
div.DivClassName
{
background-color: #64DB40;
}
.BgClassName
{
background-color: #64DB40;
}
</style>
border-color css
<style>
span { border-color: #64DB40; }
span { border-color: rgb(100,219,64); }
td.TdClassName
{
border-color: #64DB40;
}
.TagClassName
{
border-color: #64DB40;
}
</style>