Shades of Apple #59C441
Tints of Apple #59C441
RGB
CMYK
RGB Variations
Color information
#59C441 (or 0x59C441) is known color: Apple. HEX triplet: 59, C4 and 41. RGB value is (89,196,65). Sum of RGB (Red+Green+Blue) = 89+196+65=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #59C441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C441 is #A63BBE. Grayscale: #959595. Windows color (decimal): -10894271 or 4310105. OLE color: 4310105.
HSL color Cylindrical-coordinate representation of color #59C441: hue angle of 109.01º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59C441 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 196 | 65 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.23 |
| HSL | 109.01º | 0.53% | 0.51% | - |
| HSV(B) | 109.01º | 0.67% | 0.77% | - |
| XYZ | 24.81 | 41.99 | 11.8 | - |
| YUV | 149.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 196 | 65 | 0.55 | 0 | 0.67 | 0.23 | 109.01 | 0.53 | 0.51 |
| Hex | 59 | C4 | 41 | 37 | 0 | 43 | 17 | 6D | 35 | 33 |
| Octal | 131 | 304 | 101 | 67 | 0 | 103 | 27 | 155 | 65 | 63 |
| Binary | 1011001 | 11000100 | 1000001 | 110111 | 0 | 1000011 | 10111 | 1101101 | 110101 | 110011 |
Color Harmonies of #59C441
Complementary color
Monochromatic Colors of #59C441
Black with #59C441
Text Example
Text Example
White with #59C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C441; }
p { color: rgb(89,196,65); }
H1.HeaderClassName
{
color: #59C441;
}
.AnyTagClassName
{
color: #59C441;
}
</style>
background-color css
<style>
a { background-color: #59C441; }
a { background-color: rgb(89,196,65); }
div.DivClassName
{
background-color: #59C441;
}
.BgClassName
{
background-color: #59C441;
}
</style>
border-color css
<style>
span { border-color: #59C441; }
span { border-color: rgb(89,196,65); }
td.TdClassName
{
border-color: #59C441;
}
.TagClassName
{
border-color: #59C441;
}
</style>