Shades of Apple #64D34F
Tints of Apple #64D34F
RGB
CMYK
RGB Variations
Color information
#64D34F (or 0x64D34F) is known color: Apple. HEX triplet: 64, D3 and 4F. RGB value is (100,211,79). Sum of RGB (Red+Green+Blue) = 100+211+79=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #64D34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D34F is #9B2CB0. Grayscale: #A3A3A3. Windows color (decimal): -10169521 or 5231460. OLE color: 5231460.
HSL color Cylindrical-coordinate representation of color #64D34F: hue angle of 110.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64D34F is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 79 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.17 |
| HSL | 110.45º | 0.6% | 0.57% | - |
| HSV(B) | 110.45º | 0.63% | 0.83% | - |
| XYZ | 29.96 | 49.86 | 15.44 | - |
| YUV | 162.76 | 80.73 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 79 | 0.53 | 0 | 0.63 | 0.17 | 110.45 | 0.6 | 0.57 |
| Hex | 64 | D3 | 4F | 35 | 0 | 3F | 11 | 6E | 3C | 39 |
| Octal | 144 | 323 | 117 | 65 | 0 | 77 | 21 | 156 | 74 | 71 |
| Binary | 1100100 | 11010011 | 1001111 | 110101 | 0 | 111111 | 10001 | 1101110 | 111100 | 111001 |
Color Harmonies of #64D34F
Complementary color
Monochromatic Colors of #64D34F
Black with #64D34F
Text Example
Text Example
White with #64D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D34F; }
p { color: rgb(100,211,79); }
H1.HeaderClassName
{
color: #64D34F;
}
.AnyTagClassName
{
color: #64D34F;
}
</style>
background-color css
<style>
a { background-color: #64D34F; }
a { background-color: rgb(100,211,79); }
div.DivClassName
{
background-color: #64D34F;
}
.BgClassName
{
background-color: #64D34F;
}
</style>
border-color css
<style>
span { border-color: #64D34F; }
span { border-color: rgb(100,211,79); }
td.TdClassName
{
border-color: #64D34F;
}
.TagClassName
{
border-color: #64D34F;
}
</style>