Shades of Apple #64D332
Tints of Apple #64D332
RGB
CMYK
RGB Variations
Color information
#64D332 (or 0x64D332) is known color: Apple. HEX triplet: 64, D3 and 32. RGB value is (100,211,50). Sum of RGB (Red+Green+Blue) = 100+211+50=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #64D332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D332 is #9B2CCD. Grayscale: #9F9F9F. Windows color (decimal): -10169550 or 3330916. OLE color: 3330916.
HSL color Cylindrical-coordinate representation of color #64D332: hue angle of 101.37º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64D332 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 50 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.17 |
| HSL | 101.37º | 0.65% | 0.51% | - |
| HSV(B) | 101.37º | 0.76% | 0.83% | - |
| XYZ | 29.13 | 49.53 | 11.04 | - |
| YUV | 159.46 | 66.23 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 50 | 0.53 | 0 | 0.76 | 0.17 | 101.37 | 0.65 | 0.51 |
| Hex | 64 | D3 | 32 | 35 | 0 | 4C | 11 | 65 | 41 | 33 |
| Octal | 144 | 323 | 62 | 65 | 0 | 114 | 21 | 145 | 101 | 63 |
| Binary | 1100100 | 11010011 | 110010 | 110101 | 0 | 1001100 | 10001 | 1100101 | 1000001 | 110011 |
Color Harmonies of #64D332
Complementary color
Monochromatic Colors of #64D332
Black with #64D332
Text Example
Text Example
White with #64D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D332; }
p { color: rgb(100,211,50); }
H1.HeaderClassName
{
color: #64D332;
}
.AnyTagClassName
{
color: #64D332;
}
</style>
background-color css
<style>
a { background-color: #64D332; }
a { background-color: rgb(100,211,50); }
div.DivClassName
{
background-color: #64D332;
}
.BgClassName
{
background-color: #64D332;
}
</style>
border-color css
<style>
span { border-color: #64D332; }
span { border-color: rgb(100,211,50); }
td.TdClassName
{
border-color: #64D332;
}
.TagClassName
{
border-color: #64D332;
}
</style>