Shades of Apple #59C232
Tints of Apple #59C232
RGB
CMYK
RGB Variations
Color information
#59C232 (or 0x59C232) is known color: Apple. HEX triplet: 59, C2 and 32. RGB value is (89,194,50). Sum of RGB (Red+Green+Blue) = 89+194+50=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #59C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C232 is #A63DCD. Grayscale: #929292. Windows color (decimal): -10894798 or 3326553. OLE color: 3326553.
HSL color Cylindrical-coordinate representation of color #59C232: hue angle of 103.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59C232 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 50 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.24 |
| HSL | 103.75º | 0.59% | 0.48% | - |
| HSV(B) | 103.75º | 0.74% | 0.76% | - |
| XYZ | 23.99 | 40.94 | 9.66 | - |
| YUV | 146.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 50 | 0.54 | 0 | 0.74 | 0.24 | 103.75 | 0.59 | 0.48 |
| Hex | 59 | C2 | 32 | 36 | 0 | 4A | 18 | 68 | 3B | 30 |
| Octal | 131 | 302 | 62 | 66 | 0 | 112 | 30 | 150 | 73 | 60 |
| Binary | 1011001 | 11000010 | 110010 | 110110 | 0 | 1001010 | 11000 | 1101000 | 111011 | 110000 |
Color Harmonies of #59C232
Complementary color
Monochromatic Colors of #59C232
Black with #59C232
Text Example
Text Example
White with #59C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C232; }
p { color: rgb(89,194,50); }
H1.HeaderClassName
{
color: #59C232;
}
.AnyTagClassName
{
color: #59C232;
}
</style>
background-color css
<style>
a { background-color: #59C232; }
a { background-color: rgb(89,194,50); }
div.DivClassName
{
background-color: #59C232;
}
.BgClassName
{
background-color: #59C232;
}
</style>
border-color css
<style>
span { border-color: #59C232; }
span { border-color: rgb(89,194,50); }
td.TdClassName
{
border-color: #59C232;
}
.TagClassName
{
border-color: #59C232;
}
</style>