Shades of Apple #64AD38
Tints of Apple #64AD38
RGB
CMYK
RGB Variations
Color information
#64AD38 (or 0x64AD38) is known color: Apple. HEX triplet: 64, AD and 38. RGB value is (100,173,56). Sum of RGB (Red+Green+Blue) = 100+173+56=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD38 is #9B52C7. Grayscale: #8A8A8A. Windows color (decimal): -10179272 or 3714404. OLE color: 3714404.
HSL color Cylindrical-coordinate representation of color #64AD38: hue angle of 97.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64AD38 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 56 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.32 |
| HSL | 97.44º | 0.51% | 0.45% | - |
| HSV(B) | 97.44º | 0.68% | 0.68% | - |
| XYZ | 20.91 | 32.88 | 8.99 | - |
| YUV | 137.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 56 | 0.42 | 0 | 0.68 | 0.32 | 97.44 | 0.51 | 0.45 |
| Hex | 64 | AD | 38 | 2A | 0 | 44 | 20 | 61 | 33 | 2D |
| Octal | 144 | 255 | 70 | 52 | 0 | 104 | 40 | 141 | 63 | 55 |
| Binary | 1100100 | 10101101 | 111000 | 101010 | 0 | 1000100 | 100000 | 1100001 | 110011 | 101101 |
Color Harmonies of #64AD38
Complementary color
Monochromatic Colors of #64AD38
Black with #64AD38
Text Example
Text Example
White with #64AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD38; }
p { color: rgb(100,173,56); }
H1.HeaderClassName
{
color: #64AD38;
}
.AnyTagClassName
{
color: #64AD38;
}
</style>
background-color css
<style>
a { background-color: #64AD38; }
a { background-color: rgb(100,173,56); }
div.DivClassName
{
background-color: #64AD38;
}
.BgClassName
{
background-color: #64AD38;
}
</style>
border-color css
<style>
span { border-color: #64AD38; }
span { border-color: rgb(100,173,56); }
td.TdClassName
{
border-color: #64AD38;
}
.TagClassName
{
border-color: #64AD38;
}
</style>