Shades of Apple #64AC33
Tints of Apple #64AC33
RGB
CMYK
RGB Variations
Color information
#64AC33 (or 0x64AC33) is known color: Apple. HEX triplet: 64, AC and 33. RGB value is (100,172,51). Sum of RGB (Red+Green+Blue) = 100+172+51=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC33 is #9B53CC. Grayscale: #898989. Windows color (decimal): -10179533 or 3386468. OLE color: 3386468.
HSL color Cylindrical-coordinate representation of color #64AC33: hue angle of 95.7º 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 #64AC33 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 51 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.33 |
| HSL | 95.7º | 0.54% | 0.44% | - |
| HSV(B) | 95.7º | 0.7% | 0.67% | - |
| XYZ | 20.61 | 32.45 | 8.31 | - |
| YUV | 136.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 51 | 0.42 | 0 | 0.70 | 0.33 | 95.7 | 0.54 | 0.44 |
| Hex | 64 | AC | 33 | 2A | 0 | 46 | 21 | 60 | 36 | 2C |
| Octal | 144 | 254 | 63 | 52 | 0 | 106 | 41 | 140 | 66 | 54 |
| Binary | 1100100 | 10101100 | 110011 | 101010 | 0 | 1000110 | 100001 | 1100000 | 110110 | 101100 |
Color Harmonies of #64AC33
Complementary color
Monochromatic Colors of #64AC33
Black with #64AC33
Text Example
Text Example
White with #64AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC33; }
p { color: rgb(100,172,51); }
H1.HeaderClassName
{
color: #64AC33;
}
.AnyTagClassName
{
color: #64AC33;
}
</style>
background-color css
<style>
a { background-color: #64AC33; }
a { background-color: rgb(100,172,51); }
div.DivClassName
{
background-color: #64AC33;
}
.BgClassName
{
background-color: #64AC33;
}
</style>
border-color css
<style>
span { border-color: #64AC33; }
span { border-color: rgb(100,172,51); }
td.TdClassName
{
border-color: #64AC33;
}
.TagClassName
{
border-color: #64AC33;
}
</style>