Shades of Apple #64DC4A
Tints of Apple #64DC4A
RGB
CMYK
RGB Variations
Color information
#64DC4A (or 0x64DC4A) is known color: Apple. HEX triplet: 64, DC and 4A. RGB value is (100,220,74). Sum of RGB (Red+Green+Blue) = 100+220+74=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DC4A is #9B23B5. Grayscale: #A7A7A7. Windows color (decimal): -10167222 or 4906084. OLE color: 4906084.
HSL color Cylindrical-coordinate representation of color #64DC4A: hue angle of 109.32º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64DC4A is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 74 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.14 |
| HSL | 109.32º | 0.68% | 0.58% | - |
| HSV(B) | 109.32º | 0.66% | 0.86% | - |
| XYZ | 32.08 | 54.39 | 15.29 | - |
| YUV | 167.48 | 75.24 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 74 | 0.55 | 0 | 0.66 | 0.14 | 109.32 | 0.68 | 0.58 |
| Hex | 64 | DC | 4A | 37 | 0 | 42 | E | 6D | 44 | 3A |
| Octal | 144 | 334 | 112 | 67 | 0 | 102 | 16 | 155 | 104 | 72 |
| Binary | 1100100 | 11011100 | 1001010 | 110111 | 0 | 1000010 | 1110 | 1101101 | 1000100 | 111010 |
Color Harmonies of #64DC4A
Complementary color
Monochromatic Colors of #64DC4A
Black with #64DC4A
Text Example
Text Example
White with #64DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DC4A; }
p { color: rgb(100,220,74); }
H1.HeaderClassName
{
color: #64DC4A;
}
.AnyTagClassName
{
color: #64DC4A;
}
</style>
background-color css
<style>
a { background-color: #64DC4A; }
a { background-color: rgb(100,220,74); }
div.DivClassName
{
background-color: #64DC4A;
}
.BgClassName
{
background-color: #64DC4A;
}
</style>
border-color css
<style>
span { border-color: #64DC4A; }
span { border-color: rgb(100,220,74); }
td.TdClassName
{
border-color: #64DC4A;
}
.TagClassName
{
border-color: #64DC4A;
}
</style>