Shades of Apple #59AF50
Tints of Apple #59AF50
RGB
CMYK
RGB Variations
Color information
#59AF50 (or 0x59AF50) is known color: Apple. HEX triplet: 59, AF and 50. RGB value is (89,175,80). Sum of RGB (Red+Green+Blue) = 89+175+80=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF50 is #A650AF. Grayscale: #8A8A8A. Windows color (decimal): -10899632 or 5287769. OLE color: 5287769.
HSL color Cylindrical-coordinate representation of color #59AF50: hue angle of 114.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59AF50 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 80 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.31 |
| HSL | 114.32º | 0.37% | 0.5% | - |
| HSV(B) | 114.32º | 0.54% | 0.69% | - |
| XYZ | 20.9 | 33.36 | 12.93 | - |
| YUV | 138.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 80 | 0.49 | 0 | 0.54 | 0.31 | 114.32 | 0.37 | 0.5 |
| Hex | 59 | AF | 50 | 31 | 0 | 36 | 1F | 72 | 25 | 32 |
| Octal | 131 | 257 | 120 | 61 | 0 | 66 | 37 | 162 | 45 | 62 |
| Binary | 1011001 | 10101111 | 1010000 | 110001 | 0 | 110110 | 11111 | 1110010 | 100101 | 110010 |
Color Harmonies of #59AF50
Complementary color
Monochromatic Colors of #59AF50
Black with #59AF50
Text Example
Text Example
White with #59AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF50; }
p { color: rgb(89,175,80); }
H1.HeaderClassName
{
color: #59AF50;
}
.AnyTagClassName
{
color: #59AF50;
}
</style>
background-color css
<style>
a { background-color: #59AF50; }
a { background-color: rgb(89,175,80); }
div.DivClassName
{
background-color: #59AF50;
}
.BgClassName
{
background-color: #59AF50;
}
</style>
border-color css
<style>
span { border-color: #59AF50; }
span { border-color: rgb(89,175,80); }
td.TdClassName
{
border-color: #59AF50;
}
.TagClassName
{
border-color: #59AF50;
}
</style>