Shades of Apple #59C145
Tints of Apple #59C145
RGB
CMYK
RGB Variations
Color information
#59C145 (or 0x59C145) is known color: Apple. HEX triplet: 59, C1 and 45. RGB value is (89,193,69). Sum of RGB (Red+Green+Blue) = 89+193+69=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #59C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C145 is #A63EBA. Grayscale: #949494. Windows color (decimal): -10895035 or 4571481. OLE color: 4571481.
HSL color Cylindrical-coordinate representation of color #59C145: hue angle of 110.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59C145 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 69 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.24 |
| HSL | 110.32º | 0.5% | 0.51% | - |
| HSV(B) | 110.32º | 0.64% | 0.76% | - |
| XYZ | 24.26 | 40.69 | 12.21 | - |
| YUV | 147.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 69 | 0.54 | 0 | 0.64 | 0.24 | 110.32 | 0.5 | 0.51 |
| Hex | 59 | C1 | 45 | 36 | 0 | 40 | 18 | 6E | 32 | 33 |
| Octal | 131 | 301 | 105 | 66 | 0 | 100 | 30 | 156 | 62 | 63 |
| Binary | 1011001 | 11000001 | 1000101 | 110110 | 0 | 1000000 | 11000 | 1101110 | 110010 | 110011 |
Color Harmonies of #59C145
Complementary color
Monochromatic Colors of #59C145
Black with #59C145
Text Example
Text Example
White with #59C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C145; }
p { color: rgb(89,193,69); }
H1.HeaderClassName
{
color: #59C145;
}
.AnyTagClassName
{
color: #59C145;
}
</style>
background-color css
<style>
a { background-color: #59C145; }
a { background-color: rgb(89,193,69); }
div.DivClassName
{
background-color: #59C145;
}
.BgClassName
{
background-color: #59C145;
}
</style>
border-color css
<style>
span { border-color: #59C145; }
span { border-color: rgb(89,193,69); }
td.TdClassName
{
border-color: #59C145;
}
.TagClassName
{
border-color: #59C145;
}
</style>