Shades of Apple #64AD39
Tints of Apple #64AD39
RGB
CMYK
RGB Variations
Color information
#64AD39 (or 0x64AD39) is known color: Apple. HEX triplet: 64, AD and 39. RGB value is (100,173,57). Sum of RGB (Red+Green+Blue) = 100+173+57=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD39 is #9B52C6. Grayscale: #8A8A8A. Windows color (decimal): -10179271 or 3779940. OLE color: 3779940.
HSL color Cylindrical-coordinate representation of color #64AD39: hue angle of 97.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64AD39 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 57 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.32 |
| HSL | 97.76º | 0.5% | 0.45% | - |
| HSV(B) | 97.76º | 0.67% | 0.68% | - |
| XYZ | 20.94 | 32.89 | 9.12 | - |
| YUV | 137.95 | 82.32 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 57 | 0.42 | 0 | 0.67 | 0.32 | 97.76 | 0.5 | 0.45 |
| Hex | 64 | AD | 39 | 2A | 0 | 43 | 20 | 62 | 32 | 2D |
| Octal | 144 | 255 | 71 | 52 | 0 | 103 | 40 | 142 | 62 | 55 |
| Binary | 1100100 | 10101101 | 111001 | 101010 | 0 | 1000011 | 100000 | 1100010 | 110010 | 101101 |
Color Harmonies of #64AD39
Complementary color
Monochromatic Colors of #64AD39
Black with #64AD39
Text Example
Text Example
White with #64AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD39; }
p { color: rgb(100,173,57); }
H1.HeaderClassName
{
color: #64AD39;
}
.AnyTagClassName
{
color: #64AD39;
}
</style>
background-color css
<style>
a { background-color: #64AD39; }
a { background-color: rgb(100,173,57); }
div.DivClassName
{
background-color: #64AD39;
}
.BgClassName
{
background-color: #64AD39;
}
</style>
border-color css
<style>
span { border-color: #64AD39; }
span { border-color: rgb(100,173,57); }
td.TdClassName
{
border-color: #64AD39;
}
.TagClassName
{
border-color: #64AD39;
}
</style>