Shades of Apple #59C250
Tints of Apple #59C250
RGB
CMYK
RGB Variations
Color information
#59C250 (or 0x59C250) is known color: Apple. HEX triplet: 59, C2 and 50. RGB value is (89,194,80). Sum of RGB (Red+Green+Blue) = 89+194+80=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #59C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C250 is #A63DAF. Grayscale: #959595. Windows color (decimal): -10894768 or 5292633. OLE color: 5292633.
HSL color Cylindrical-coordinate representation of color #59C250: hue angle of 115.26º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C250 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 80 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.24 |
| HSL | 115.26º | 0.48% | 0.54% | - |
| HSV(B) | 115.26º | 0.59% | 0.76% | - |
| XYZ | 24.86 | 41.29 | 14.25 | - |
| YUV | 149.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 80 | 0.54 | 0 | 0.59 | 0.24 | 115.26 | 0.48 | 0.54 |
| Hex | 59 | C2 | 50 | 36 | 0 | 3B | 18 | 73 | 30 | 36 |
| Octal | 131 | 302 | 120 | 66 | 0 | 73 | 30 | 163 | 60 | 66 |
| Binary | 1011001 | 11000010 | 1010000 | 110110 | 0 | 111011 | 11000 | 1110011 | 110000 | 110110 |
Color Harmonies of #59C250
Complementary color
Monochromatic Colors of #59C250
Black with #59C250
Text Example
Text Example
White with #59C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C250; }
p { color: rgb(89,194,80); }
H1.HeaderClassName
{
color: #59C250;
}
.AnyTagClassName
{
color: #59C250;
}
</style>
background-color css
<style>
a { background-color: #59C250; }
a { background-color: rgb(89,194,80); }
div.DivClassName
{
background-color: #59C250;
}
.BgClassName
{
background-color: #59C250;
}
</style>
border-color css
<style>
span { border-color: #59C250; }
span { border-color: rgb(89,194,80); }
td.TdClassName
{
border-color: #59C250;
}
.TagClassName
{
border-color: #59C250;
}
</style>