Shades of Apple #64AB43
Tints of Apple #64AB43
RGB
CMYK
RGB Variations
Color information
#64AB43 (or 0x64AB43) is known color: Apple. HEX triplet: 64, AB and 43. RGB value is (100,171,67). Sum of RGB (Red+Green+Blue) = 100+171+67=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB43 is #9B54BC. Grayscale: #8A8A8A. Windows color (decimal): -10179773 or 4434788. OLE color: 4434788.
HSL color Cylindrical-coordinate representation of color #64AB43: hue angle of 100.96º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64AB43 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 67 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.33 |
| HSL | 100.96º | 0.44% | 0.47% | - |
| HSV(B) | 100.96º | 0.61% | 0.67% | - |
| XYZ | 20.83 | 32.24 | 10.44 | - |
| YUV | 137.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 67 | 0.42 | 0 | 0.61 | 0.33 | 100.96 | 0.44 | 0.47 |
| Hex | 64 | AB | 43 | 2A | 0 | 3D | 21 | 65 | 2C | 2F |
| Octal | 144 | 253 | 103 | 52 | 0 | 75 | 41 | 145 | 54 | 57 |
| Binary | 1100100 | 10101011 | 1000011 | 101010 | 0 | 111101 | 100001 | 1100101 | 101100 | 101111 |
Color Harmonies of #64AB43
Complementary color
Monochromatic Colors of #64AB43
Black with #64AB43
Text Example
Text Example
White with #64AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB43; }
p { color: rgb(100,171,67); }
H1.HeaderClassName
{
color: #64AB43;
}
.AnyTagClassName
{
color: #64AB43;
}
</style>
background-color css
<style>
a { background-color: #64AB43; }
a { background-color: rgb(100,171,67); }
div.DivClassName
{
background-color: #64AB43;
}
.BgClassName
{
background-color: #64AB43;
}
</style>
border-color css
<style>
span { border-color: #64AB43; }
span { border-color: rgb(100,171,67); }
td.TdClassName
{
border-color: #64AB43;
}
.TagClassName
{
border-color: #64AB43;
}
</style>