Shades of Apple #59C450
Tints of Apple #59C450
RGB
CMYK
RGB Variations
Color information
#59C450 (or 0x59C450) is known color: Apple. HEX triplet: 59, C4 and 50. RGB value is (89,196,80). Sum of RGB (Red+Green+Blue) = 89+196+80=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #59C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C450 is #A63BAF. Grayscale: #979797. Windows color (decimal): -10894256 or 5293145. OLE color: 5293145.
HSL color Cylindrical-coordinate representation of color #59C450: hue angle of 115.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C450 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 196 | 80 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.23 |
| HSL | 115.34º | 0.5% | 0.54% | - |
| HSV(B) | 115.34º | 0.59% | 0.77% | - |
| XYZ | 25.31 | 42.18 | 14.4 | - |
| YUV | 150.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 196 | 80 | 0.55 | 0 | 0.59 | 0.23 | 115.34 | 0.5 | 0.54 |
| Hex | 59 | C4 | 50 | 37 | 0 | 3B | 17 | 73 | 32 | 36 |
| Octal | 131 | 304 | 120 | 67 | 0 | 73 | 27 | 163 | 62 | 66 |
| Binary | 1011001 | 11000100 | 1010000 | 110111 | 0 | 111011 | 10111 | 1110011 | 110010 | 110110 |
Color Harmonies of #59C450
Complementary color
Monochromatic Colors of #59C450
Black with #59C450
Text Example
Text Example
White with #59C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C450; }
p { color: rgb(89,196,80); }
H1.HeaderClassName
{
color: #59C450;
}
.AnyTagClassName
{
color: #59C450;
}
</style>
background-color css
<style>
a { background-color: #59C450; }
a { background-color: rgb(89,196,80); }
div.DivClassName
{
background-color: #59C450;
}
.BgClassName
{
background-color: #59C450;
}
</style>
border-color css
<style>
span { border-color: #59C450; }
span { border-color: rgb(89,196,80); }
td.TdClassName
{
border-color: #59C450;
}
.TagClassName
{
border-color: #59C450;
}
</style>