Shades of Apple #59AB40
Tints of Apple #59AB40
RGB
CMYK
RGB Variations
Color information
#59AB40 (or 0x59AB40) is known color: Apple. HEX triplet: 59, AB and 40. RGB value is (89,171,64). Sum of RGB (Red+Green+Blue) = 89+171+64=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AB40 is #A654BF. Grayscale: #868686. Windows color (decimal): -10900672 or 4238169. OLE color: 4238169.
HSL color Cylindrical-coordinate representation of color #59AB40: hue angle of 105.98º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59AB40 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 64 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.33 |
| HSL | 105.98º | 0.46% | 0.46% | - |
| HSV(B) | 105.98º | 0.63% | 0.67% | - |
| XYZ | 19.61 | 31.62 | 9.92 | - |
| YUV | 134.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 64 | 0.48 | 0 | 0.63 | 0.33 | 105.98 | 0.46 | 0.46 |
| Hex | 59 | AB | 40 | 30 | 0 | 3F | 21 | 6A | 2E | 2E |
| Octal | 131 | 253 | 100 | 60 | 0 | 77 | 41 | 152 | 56 | 56 |
| Binary | 1011001 | 10101011 | 1000000 | 110000 | 0 | 111111 | 100001 | 1101010 | 101110 | 101110 |
Color Harmonies of #59AB40
Complementary color
Monochromatic Colors of #59AB40
Black with #59AB40
Text Example
Text Example
White with #59AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB40; }
p { color: rgb(89,171,64); }
H1.HeaderClassName
{
color: #59AB40;
}
.AnyTagClassName
{
color: #59AB40;
}
</style>
background-color css
<style>
a { background-color: #59AB40; }
a { background-color: rgb(89,171,64); }
div.DivClassName
{
background-color: #59AB40;
}
.BgClassName
{
background-color: #59AB40;
}
</style>
border-color css
<style>
span { border-color: #59AB40; }
span { border-color: rgb(89,171,64); }
td.TdClassName
{
border-color: #59AB40;
}
.TagClassName
{
border-color: #59AB40;
}
</style>