Shades of Apple #64D34A
Tints of Apple #64D34A
RGB
CMYK
RGB Variations
Color information
#64D34A (or 0x64D34A) is known color: Apple. HEX triplet: 64, D3 and 4A. RGB value is (100,211,74). Sum of RGB (Red+Green+Blue) = 100+211+74=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #64D34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D34A is #9B2CB5. Grayscale: #A2A2A2. Windows color (decimal): -10169526 or 4903780. OLE color: 4903780.
HSL color Cylindrical-coordinate representation of color #64D34A: hue angle of 108.61º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64D34A is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 74 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.17 |
| HSL | 108.61º | 0.61% | 0.56% | - |
| HSV(B) | 108.61º | 0.65% | 0.83% | - |
| XYZ | 29.79 | 49.79 | 14.52 | - |
| YUV | 162.19 | 78.23 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 74 | 0.53 | 0 | 0.65 | 0.17 | 108.61 | 0.61 | 0.56 |
| Hex | 64 | D3 | 4A | 35 | 0 | 41 | 11 | 6D | 3D | 38 |
| Octal | 144 | 323 | 112 | 65 | 0 | 101 | 21 | 155 | 75 | 70 |
| Binary | 1100100 | 11010011 | 1001010 | 110101 | 0 | 1000001 | 10001 | 1101101 | 111101 | 111000 |
Color Harmonies of #64D34A
Complementary color
Monochromatic Colors of #64D34A
Black with #64D34A
Text Example
Text Example
White with #64D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D34A; }
p { color: rgb(100,211,74); }
H1.HeaderClassName
{
color: #64D34A;
}
.AnyTagClassName
{
color: #64D34A;
}
</style>
background-color css
<style>
a { background-color: #64D34A; }
a { background-color: rgb(100,211,74); }
div.DivClassName
{
background-color: #64D34A;
}
.BgClassName
{
background-color: #64D34A;
}
</style>
border-color css
<style>
span { border-color: #64D34A; }
span { border-color: rgb(100,211,74); }
td.TdClassName
{
border-color: #64D34A;
}
.TagClassName
{
border-color: #64D34A;
}
</style>