Shades of Apple #59C235
Tints of Apple #59C235
RGB
CMYK
RGB Variations
Color information
#59C235 (or 0x59C235) is known color: Apple. HEX triplet: 59, C2 and 35. RGB value is (89,194,53). Sum of RGB (Red+Green+Blue) = 89+194+53=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #59C235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C235 is #A63DCA. Grayscale: #929292. Windows color (decimal): -10894795 or 3523161. OLE color: 3523161.
HSL color Cylindrical-coordinate representation of color #59C235: hue angle of 104.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59C235 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 53 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.24 |
| HSL | 104.68º | 0.57% | 0.48% | - |
| HSV(B) | 104.68º | 0.73% | 0.76% | - |
| XYZ | 24.05 | 40.96 | 10.01 | - |
| YUV | 146.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 53 | 0.54 | 0 | 0.73 | 0.24 | 104.68 | 0.57 | 0.48 |
| Hex | 59 | C2 | 35 | 36 | 0 | 49 | 18 | 69 | 39 | 30 |
| Octal | 131 | 302 | 65 | 66 | 0 | 111 | 30 | 151 | 71 | 60 |
| Binary | 1011001 | 11000010 | 110101 | 110110 | 0 | 1001001 | 11000 | 1101001 | 111001 | 110000 |
Color Harmonies of #59C235
Complementary color
Monochromatic Colors of #59C235
Black with #59C235
Text Example
Text Example
White with #59C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C235; }
p { color: rgb(89,194,53); }
H1.HeaderClassName
{
color: #59C235;
}
.AnyTagClassName
{
color: #59C235;
}
</style>
background-color css
<style>
a { background-color: #59C235; }
a { background-color: rgb(89,194,53); }
div.DivClassName
{
background-color: #59C235;
}
.BgClassName
{
background-color: #59C235;
}
</style>
border-color css
<style>
span { border-color: #59C235; }
span { border-color: rgb(89,194,53); }
td.TdClassName
{
border-color: #59C235;
}
.TagClassName
{
border-color: #59C235;
}
</style>