Shades of Apple #59C041
Tints of Apple #59C041
RGB
CMYK
RGB Variations
Color information
#59C041 (or 0x59C041) is known color: Apple. HEX triplet: 59, C0 and 41. RGB value is (89,192,65). Sum of RGB (Red+Green+Blue) = 89+192+65=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #59C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C041 is #A63FBE. Grayscale: #939393. Windows color (decimal): -10895295 or 4309081. OLE color: 4309081.
HSL color Cylindrical-coordinate representation of color #59C041: hue angle of 108.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59C041 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 65 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.25 |
| HSL | 108.66º | 0.5% | 0.5% | - |
| HSV(B) | 108.66º | 0.66% | 0.75% | - |
| XYZ | 23.92 | 40.2 | 11.5 | - |
| YUV | 146.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 65 | 0.54 | 0 | 0.66 | 0.25 | 108.66 | 0.5 | 0.5 |
| Hex | 59 | C0 | 41 | 36 | 0 | 42 | 19 | 6D | 32 | 32 |
| Octal | 131 | 300 | 101 | 66 | 0 | 102 | 31 | 155 | 62 | 62 |
| Binary | 1011001 | 11000000 | 1000001 | 110110 | 0 | 1000010 | 11001 | 1101101 | 110010 | 110010 |
Color Harmonies of #59C041
Complementary color
Monochromatic Colors of #59C041
Black with #59C041
Text Example
Text Example
White with #59C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C041; }
p { color: rgb(89,192,65); }
H1.HeaderClassName
{
color: #59C041;
}
.AnyTagClassName
{
color: #59C041;
}
</style>
background-color css
<style>
a { background-color: #59C041; }
a { background-color: rgb(89,192,65); }
div.DivClassName
{
background-color: #59C041;
}
.BgClassName
{
background-color: #59C041;
}
</style>
border-color css
<style>
span { border-color: #59C041; }
span { border-color: rgb(89,192,65); }
td.TdClassName
{
border-color: #59C041;
}
.TagClassName
{
border-color: #59C041;
}
</style>