Shades of Apple #59C548
Tints of Apple #59C548
RGB
CMYK
RGB Variations
Color information
#59C548 (or 0x59C548) is known color: Apple. HEX triplet: 59, C5 and 48. RGB value is (89,197,72). Sum of RGB (Red+Green+Blue) = 89+197+72=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #59C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C548 is #A63AB7. Grayscale: #969696. Windows color (decimal): -10894008 or 4769113. OLE color: 4769113.
HSL color Cylindrical-coordinate representation of color #59C548: hue angle of 111.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C548 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 72 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.23 |
| HSL | 111.84º | 0.52% | 0.53% | - |
| HSV(B) | 111.84º | 0.63% | 0.77% | - |
| XYZ | 25.26 | 42.52 | 13.01 | - |
| YUV | 150.46 | 83.72 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 72 | 0.55 | 0 | 0.63 | 0.23 | 111.84 | 0.52 | 0.53 |
| Hex | 59 | C5 | 48 | 37 | 0 | 3F | 17 | 70 | 34 | 35 |
| Octal | 131 | 305 | 110 | 67 | 0 | 77 | 27 | 160 | 64 | 65 |
| Binary | 1011001 | 11000101 | 1001000 | 110111 | 0 | 111111 | 10111 | 1110000 | 110100 | 110101 |
Color Harmonies of #59C548
Complementary color
Monochromatic Colors of #59C548
Black with #59C548
Text Example
Text Example
White with #59C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C548; }
p { color: rgb(89,197,72); }
H1.HeaderClassName
{
color: #59C548;
}
.AnyTagClassName
{
color: #59C548;
}
</style>
background-color css
<style>
a { background-color: #59C548; }
a { background-color: rgb(89,197,72); }
div.DivClassName
{
background-color: #59C548;
}
.BgClassName
{
background-color: #59C548;
}
</style>
border-color css
<style>
span { border-color: #59C548; }
span { border-color: rgb(89,197,72); }
td.TdClassName
{
border-color: #59C548;
}
.TagClassName
{
border-color: #59C548;
}
</style>