Shades of Apple #59C253
Tints of Apple #59C253
RGB
CMYK
RGB Variations
Color information
#59C253 (or 0x59C253) is known color: Apple. HEX triplet: 59, C2 and 53. RGB value is (89,194,83). Sum of RGB (Red+Green+Blue) = 89+194+83=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #59C253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C253 is #A63DAC. Grayscale: #969696. Windows color (decimal): -10894765 or 5489241. OLE color: 5489241.
HSL color Cylindrical-coordinate representation of color #59C253: hue angle of 116.76º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59C253 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 83 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.24 |
| HSL | 116.76º | 0.48% | 0.54% | - |
| HSV(B) | 116.76º | 0.57% | 0.76% | - |
| XYZ | 24.97 | 41.33 | 14.85 | - |
| YUV | 149.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 83 | 0.54 | 0 | 0.57 | 0.24 | 116.76 | 0.48 | 0.54 |
| Hex | 59 | C2 | 53 | 36 | 0 | 39 | 18 | 75 | 30 | 36 |
| Octal | 131 | 302 | 123 | 66 | 0 | 71 | 30 | 165 | 60 | 66 |
| Binary | 1011001 | 11000010 | 1010011 | 110110 | 0 | 111001 | 11000 | 1110101 | 110000 | 110110 |
Color Harmonies of #59C253
Complementary color
Monochromatic Colors of #59C253
Black with #59C253
Text Example
Text Example
White with #59C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C253; }
p { color: rgb(89,194,83); }
H1.HeaderClassName
{
color: #59C253;
}
.AnyTagClassName
{
color: #59C253;
}
</style>
background-color css
<style>
a { background-color: #59C253; }
a { background-color: rgb(89,194,83); }
div.DivClassName
{
background-color: #59C253;
}
.BgClassName
{
background-color: #59C253;
}
</style>
border-color css
<style>
span { border-color: #59C253; }
span { border-color: rgb(89,194,83); }
td.TdClassName
{
border-color: #59C253;
}
.TagClassName
{
border-color: #59C253;
}
</style>