Shades of Apple #59C04F
Tints of Apple #59C04F
RGB
CMYK
RGB Variations
Color information
#59C04F (or 0x59C04F) is known color: Apple. HEX triplet: 59, C0 and 4F. RGB value is (89,192,79). Sum of RGB (Red+Green+Blue) = 89+192+79=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #59C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C04F is #A63FB0. Grayscale: #949494. Windows color (decimal): -10895281 or 5226585. OLE color: 5226585.
HSL color Cylindrical-coordinate representation of color #59C04F: hue angle of 114.69º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C04F is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 79 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.25 |
| HSL | 114.69º | 0.47% | 0.53% | - |
| HSV(B) | 114.69º | 0.59% | 0.75% | - |
| XYZ | 24.38 | 40.39 | 13.91 | - |
| YUV | 148.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 79 | 0.54 | 0 | 0.59 | 0.25 | 114.69 | 0.47 | 0.53 |
| Hex | 59 | C0 | 4F | 36 | 0 | 3B | 19 | 73 | 2F | 35 |
| Octal | 131 | 300 | 117 | 66 | 0 | 73 | 31 | 163 | 57 | 65 |
| Binary | 1011001 | 11000000 | 1001111 | 110110 | 0 | 111011 | 11001 | 1110011 | 101111 | 110101 |
Color Harmonies of #59C04F
Complementary color
Monochromatic Colors of #59C04F
Black with #59C04F
Text Example
Text Example
White with #59C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C04F; }
p { color: rgb(89,192,79); }
H1.HeaderClassName
{
color: #59C04F;
}
.AnyTagClassName
{
color: #59C04F;
}
</style>
background-color css
<style>
a { background-color: #59C04F; }
a { background-color: rgb(89,192,79); }
div.DivClassName
{
background-color: #59C04F;
}
.BgClassName
{
background-color: #59C04F;
}
</style>
border-color css
<style>
span { border-color: #59C04F; }
span { border-color: rgb(89,192,79); }
td.TdClassName
{
border-color: #59C04F;
}
.TagClassName
{
border-color: #59C04F;
}
</style>