Shades of Apple #64DB3A
Tints of Apple #64DB3A
RGB
CMYK
RGB Variations
Color information
#64DB3A (or 0x64DB3A) is known color: Apple. HEX triplet: 64, DB and 3A. RGB value is (100,219,58). Sum of RGB (Red+Green+Blue) = 100+219+58=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB3A is #9B24C5. Grayscale: #A5A5A5. Windows color (decimal): -10167494 or 3857252. OLE color: 3857252.
HSL color Cylindrical-coordinate representation of color #64DB3A: hue angle of 104.35º 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 #64DB3A is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 58 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.14 |
| HSL | 104.35º | 0.69% | 0.54% | - |
| HSV(B) | 104.35º | 0.74% | 0.86% | - |
| XYZ | 31.35 | 53.68 | 12.71 | - |
| YUV | 165.07 | 67.58 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 58 | 0.54 | 0 | 0.74 | 0.14 | 104.35 | 0.69 | 0.54 |
| Hex | 64 | DB | 3A | 36 | 0 | 4A | E | 68 | 45 | 36 |
| Octal | 144 | 333 | 72 | 66 | 0 | 112 | 16 | 150 | 105 | 66 |
| Binary | 1100100 | 11011011 | 111010 | 110110 | 0 | 1001010 | 1110 | 1101000 | 1000101 | 110110 |
Color Harmonies of #64DB3A
Complementary color
Monochromatic Colors of #64DB3A
Black with #64DB3A
Text Example
Text Example
White with #64DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB3A; }
p { color: rgb(100,219,58); }
H1.HeaderClassName
{
color: #64DB3A;
}
.AnyTagClassName
{
color: #64DB3A;
}
</style>
background-color css
<style>
a { background-color: #64DB3A; }
a { background-color: rgb(100,219,58); }
div.DivClassName
{
background-color: #64DB3A;
}
.BgClassName
{
background-color: #64DB3A;
}
</style>
border-color css
<style>
span { border-color: #64DB3A; }
span { border-color: rgb(100,219,58); }
td.TdClassName
{
border-color: #64DB3A;
}
.TagClassName
{
border-color: #64DB3A;
}
</style>