Shades of Apple #64DB39
Tints of Apple #64DB39
RGB
CMYK
RGB Variations
Color information
#64DB39 (or 0x64DB39) is known color: Apple. HEX triplet: 64, DB and 39. RGB value is (100,219,57). Sum of RGB (Red+Green+Blue) = 100+219+57=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB39 is #9B24C6. Grayscale: #A5A5A5. Windows color (decimal): -10167495 or 3791716. OLE color: 3791716.
HSL color Cylindrical-coordinate representation of color #64DB39: hue angle of 104.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64DB39 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 57 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.14 |
| HSL | 104.07º | 0.69% | 0.54% | - |
| HSV(B) | 104.07º | 0.74% | 0.86% | - |
| XYZ | 31.33 | 53.67 | 12.58 | - |
| YUV | 164.95 | 67.08 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 57 | 0.54 | 0 | 0.74 | 0.14 | 104.07 | 0.69 | 0.54 |
| Hex | 64 | DB | 39 | 36 | 0 | 4A | E | 68 | 45 | 36 |
| Octal | 144 | 333 | 71 | 66 | 0 | 112 | 16 | 150 | 105 | 66 |
| Binary | 1100100 | 11011011 | 111001 | 110110 | 0 | 1001010 | 1110 | 1101000 | 1000101 | 110110 |
Color Harmonies of #64DB39
Complementary color
Monochromatic Colors of #64DB39
Black with #64DB39
Text Example
Text Example
White with #64DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB39; }
p { color: rgb(100,219,57); }
H1.HeaderClassName
{
color: #64DB39;
}
.AnyTagClassName
{
color: #64DB39;
}
</style>
background-color css
<style>
a { background-color: #64DB39; }
a { background-color: rgb(100,219,57); }
div.DivClassName
{
background-color: #64DB39;
}
.BgClassName
{
background-color: #64DB39;
}
</style>
border-color css
<style>
span { border-color: #64DB39; }
span { border-color: rgb(100,219,57); }
td.TdClassName
{
border-color: #64DB39;
}
.TagClassName
{
border-color: #64DB39;
}
</style>