Shades of Apple #64AB33
Tints of Apple #64AB33
RGB
CMYK
RGB Variations
Color information
#64AB33 (or 0x64AB33) is known color: Apple. HEX triplet: 64, AB and 33. RGB value is (100,171,51). Sum of RGB (Red+Green+Blue) = 100+171+51=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB33 is #9B54CC. Grayscale: #888888. Windows color (decimal): -10179789 or 3386212. OLE color: 3386212.
HSL color Cylindrical-coordinate representation of color #64AB33: hue angle of 95.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64AB33 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 51 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.33 |
| HSL | 95.5º | 0.54% | 0.44% | - |
| HSV(B) | 95.5º | 0.7% | 0.67% | - |
| XYZ | 20.42 | 32.07 | 8.25 | - |
| YUV | 136.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 51 | 0.42 | 0 | 0.70 | 0.33 | 95.5 | 0.54 | 0.44 |
| Hex | 64 | AB | 33 | 2A | 0 | 46 | 21 | 60 | 36 | 2C |
| Octal | 144 | 253 | 63 | 52 | 0 | 106 | 41 | 140 | 66 | 54 |
| Binary | 1100100 | 10101011 | 110011 | 101010 | 0 | 1000110 | 100001 | 1100000 | 110110 | 101100 |
Color Harmonies of #64AB33
Complementary color
Monochromatic Colors of #64AB33
Black with #64AB33
Text Example
Text Example
White with #64AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB33; }
p { color: rgb(100,171,51); }
H1.HeaderClassName
{
color: #64AB33;
}
.AnyTagClassName
{
color: #64AB33;
}
</style>
background-color css
<style>
a { background-color: #64AB33; }
a { background-color: rgb(100,171,51); }
div.DivClassName
{
background-color: #64AB33;
}
.BgClassName
{
background-color: #64AB33;
}
</style>
border-color css
<style>
span { border-color: #64AB33; }
span { border-color: rgb(100,171,51); }
td.TdClassName
{
border-color: #64AB33;
}
.TagClassName
{
border-color: #64AB33;
}
</style>