Shades of Apple #64DB3C
Tints of Apple #64DB3C
RGB
CMYK
RGB Variations
Color information
#64DB3C (or 0x64DB3C) is known color: Apple. HEX triplet: 64, DB and 3C. RGB value is (100,219,60). Sum of RGB (Red+Green+Blue) = 100+219+60=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB3C is #9B24C3. Grayscale: #A5A5A5. Windows color (decimal): -10167492 or 3988324. OLE color: 3988324.
HSL color Cylindrical-coordinate representation of color #64DB3C: hue angle of 104.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64DB3C is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 60 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.14 |
| HSL | 104.91º | 0.69% | 0.55% | - |
| HSV(B) | 104.91º | 0.73% | 0.86% | - |
| XYZ | 31.4 | 53.7 | 12.98 | - |
| YUV | 165.29 | 68.58 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 60 | 0.54 | 0 | 0.73 | 0.14 | 104.91 | 0.69 | 0.55 |
| Hex | 64 | DB | 3C | 36 | 0 | 49 | E | 69 | 45 | 37 |
| Octal | 144 | 333 | 74 | 66 | 0 | 111 | 16 | 151 | 105 | 67 |
| Binary | 1100100 | 11011011 | 111100 | 110110 | 0 | 1001001 | 1110 | 1101001 | 1000101 | 110111 |
Color Harmonies of #64DB3C
Complementary color
Monochromatic Colors of #64DB3C
Black with #64DB3C
Text Example
Text Example
White with #64DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB3C; }
p { color: rgb(100,219,60); }
H1.HeaderClassName
{
color: #64DB3C;
}
.AnyTagClassName
{
color: #64DB3C;
}
</style>
background-color css
<style>
a { background-color: #64DB3C; }
a { background-color: rgb(100,219,60); }
div.DivClassName
{
background-color: #64DB3C;
}
.BgClassName
{
background-color: #64DB3C;
}
</style>
border-color css
<style>
span { border-color: #64DB3C; }
span { border-color: rgb(100,219,60); }
td.TdClassName
{
border-color: #64DB3C;
}
.TagClassName
{
border-color: #64DB3C;
}
</style>