Shades of Apple #64AC5B
Tints of Apple #64AC5B
RGB
CMYK
RGB Variations
Color information
#64AC5B (or 0x64AC5B) is known color: Apple. HEX triplet: 64, AC and 5B. RGB value is (100,172,91). Sum of RGB (Red+Green+Blue) = 100+172+91=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC5B is #9B53A4. Grayscale: #8D8D8D. Windows color (decimal): -10179493 or 6007908. OLE color: 6007908.
HSL color Cylindrical-coordinate representation of color #64AC5B: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AC5B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 91 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.33 |
| HSL | 113.33º | 0.33% | 0.52% | - |
| HSV(B) | 113.33º | 0.47% | 0.67% | - |
| XYZ | 21.9 | 32.97 | 15.11 | - |
| YUV | 141.24 | 99.65 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 91 | 0.42 | 0 | 0.47 | 0.33 | 113.33 | 0.33 | 0.52 |
| Hex | 64 | AC | 5B | 2A | 0 | 2F | 21 | 71 | 21 | 34 |
| Octal | 144 | 254 | 133 | 52 | 0 | 57 | 41 | 161 | 41 | 64 |
| Binary | 1100100 | 10101100 | 1011011 | 101010 | 0 | 101111 | 100001 | 1110001 | 100001 | 110100 |
Color Harmonies of #64AC5B
Complementary color
Monochromatic Colors of #64AC5B
Black with #64AC5B
Text Example
Text Example
White with #64AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC5B; }
p { color: rgb(100,172,91); }
H1.HeaderClassName
{
color: #64AC5B;
}
.AnyTagClassName
{
color: #64AC5B;
}
</style>
background-color css
<style>
a { background-color: #64AC5B; }
a { background-color: rgb(100,172,91); }
div.DivClassName
{
background-color: #64AC5B;
}
.BgClassName
{
background-color: #64AC5B;
}
</style>
border-color css
<style>
span { border-color: #64AC5B; }
span { border-color: rgb(100,172,91); }
td.TdClassName
{
border-color: #64AC5B;
}
.TagClassName
{
border-color: #64AC5B;
}
</style>