Shades of Apple #59C350
Tints of Apple #59C350
RGB
CMYK
RGB Variations
Color information
#59C350 (or 0x59C350) is known color: Apple. HEX triplet: 59, C3 and 50. RGB value is (89,195,80). Sum of RGB (Red+Green+Blue) = 89+195+80=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #59C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C350 is #A63CAF. Grayscale: #969696. Windows color (decimal): -10894512 or 5292889. OLE color: 5292889.
HSL color Cylindrical-coordinate representation of color #59C350: hue angle of 115.3º degrees, saturation: 0.49, 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 #59C350 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 195 | 80 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.24 |
| HSL | 115.3º | 0.49% | 0.54% | - |
| HSV(B) | 115.3º | 0.59% | 0.76% | - |
| XYZ | 25.08 | 41.73 | 14.32 | - |
| YUV | 150.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 80 | 0.54 | 0 | 0.59 | 0.24 | 115.3 | 0.49 | 0.54 |
| Hex | 59 | C3 | 50 | 36 | 0 | 3B | 18 | 73 | 31 | 36 |
| Octal | 131 | 303 | 120 | 66 | 0 | 73 | 30 | 163 | 61 | 66 |
| Binary | 1011001 | 11000011 | 1010000 | 110110 | 0 | 111011 | 11000 | 1110011 | 110001 | 110110 |
Color Harmonies of #59C350
Complementary color
Monochromatic Colors of #59C350
Black with #59C350
Text Example
Text Example
White with #59C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C350; }
p { color: rgb(89,195,80); }
H1.HeaderClassName
{
color: #59C350;
}
.AnyTagClassName
{
color: #59C350;
}
</style>
background-color css
<style>
a { background-color: #59C350; }
a { background-color: rgb(89,195,80); }
div.DivClassName
{
background-color: #59C350;
}
.BgClassName
{
background-color: #59C350;
}
</style>
border-color css
<style>
span { border-color: #59C350; }
span { border-color: rgb(89,195,80); }
td.TdClassName
{
border-color: #59C350;
}
.TagClassName
{
border-color: #59C350;
}
</style>