Shades of Apple #64AC58
Tints of Apple #64AC58
RGB
CMYK
RGB Variations
Color information
#64AC58 (or 0x64AC58) is known color: Apple. HEX triplet: 64, AC and 58. RGB value is (100,172,88). Sum of RGB (Red+Green+Blue) = 100+172+88=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC58 is #9B53A7. Grayscale: #8D8D8D. Windows color (decimal): -10179496 or 5811300. OLE color: 5811300.
HSL color Cylindrical-coordinate representation of color #64AC58: hue angle of 111.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64AC58 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 88 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.33 |
| HSL | 111.43º | 0.34% | 0.51% | - |
| HSV(B) | 111.43º | 0.49% | 0.67% | - |
| XYZ | 21.77 | 32.92 | 14.44 | - |
| YUV | 140.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 88 | 0.42 | 0 | 0.49 | 0.33 | 111.43 | 0.34 | 0.51 |
| Hex | 64 | AC | 58 | 2A | 0 | 31 | 21 | 6F | 22 | 33 |
| Octal | 144 | 254 | 130 | 52 | 0 | 61 | 41 | 157 | 42 | 63 |
| Binary | 1100100 | 10101100 | 1011000 | 101010 | 0 | 110001 | 100001 | 1101111 | 100010 | 110011 |
Color Harmonies of #64AC58
Complementary color
Monochromatic Colors of #64AC58
Black with #64AC58
Text Example
Text Example
White with #64AC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC58; }
p { color: rgb(100,172,88); }
H1.HeaderClassName
{
color: #64AC58;
}
.AnyTagClassName
{
color: #64AC58;
}
</style>
background-color css
<style>
a { background-color: #64AC58; }
a { background-color: rgb(100,172,88); }
div.DivClassName
{
background-color: #64AC58;
}
.BgClassName
{
background-color: #64AC58;
}
</style>
border-color css
<style>
span { border-color: #64AC58; }
span { border-color: rgb(100,172,88); }
td.TdClassName
{
border-color: #64AC58;
}
.TagClassName
{
border-color: #64AC58;
}
</style>