Shades of Apple #64AD43
Tints of Apple #64AD43
RGB
CMYK
RGB Variations
Color information
#64AD43 (or 0x64AD43) is known color: Apple. HEX triplet: 64, AD and 43. RGB value is (100,173,67). Sum of RGB (Red+Green+Blue) = 100+173+67=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD43 is #9B52BC. Grayscale: #8B8B8B. Windows color (decimal): -10179261 or 4435300. OLE color: 4435300.
HSL color Cylindrical-coordinate representation of color #64AD43: hue angle of 101.32º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64AD43 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 67 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.32 |
| HSL | 101.32º | 0.44% | 0.47% | - |
| HSV(B) | 101.32º | 0.61% | 0.68% | - |
| XYZ | 21.21 | 33 | 10.56 | - |
| YUV | 139.09 | 87.32 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 67 | 0.42 | 0 | 0.61 | 0.32 | 101.32 | 0.44 | 0.47 |
| Hex | 64 | AD | 43 | 2A | 0 | 3D | 20 | 65 | 2C | 2F |
| Octal | 144 | 255 | 103 | 52 | 0 | 75 | 40 | 145 | 54 | 57 |
| Binary | 1100100 | 10101101 | 1000011 | 101010 | 0 | 111101 | 100000 | 1100101 | 101100 | 101111 |
Color Harmonies of #64AD43
Complementary color
Monochromatic Colors of #64AD43
Black with #64AD43
Text Example
Text Example
White with #64AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD43; }
p { color: rgb(100,173,67); }
H1.HeaderClassName
{
color: #64AD43;
}
.AnyTagClassName
{
color: #64AD43;
}
</style>
background-color css
<style>
a { background-color: #64AD43; }
a { background-color: rgb(100,173,67); }
div.DivClassName
{
background-color: #64AD43;
}
.BgClassName
{
background-color: #64AD43;
}
</style>
border-color css
<style>
span { border-color: #64AD43; }
span { border-color: rgb(100,173,67); }
td.TdClassName
{
border-color: #64AD43;
}
.TagClassName
{
border-color: #64AD43;
}
</style>