Shades of Apple #59C54A
Tints of Apple #59C54A
RGB
CMYK
RGB Variations
Color information
#59C54A (or 0x59C54A) is known color: Apple. HEX triplet: 59, C5 and 4A. RGB value is (89,197,74). Sum of RGB (Red+Green+Blue) = 89+197+74=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #59C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C54A is #A63AB5. Grayscale: #979797. Windows color (decimal): -10894006 or 4900185. OLE color: 4900185.
HSL color Cylindrical-coordinate representation of color #59C54A: hue angle of 112.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59C54A is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 74 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.23 |
| HSL | 112.68º | 0.51% | 0.53% | - |
| HSV(B) | 112.68º | 0.62% | 0.77% | - |
| XYZ | 25.32 | 42.55 | 13.36 | - |
| YUV | 150.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 74 | 0.55 | 0 | 0.62 | 0.23 | 112.68 | 0.51 | 0.53 |
| Hex | 59 | C5 | 4A | 37 | 0 | 3E | 17 | 71 | 33 | 35 |
| Octal | 131 | 305 | 112 | 67 | 0 | 76 | 27 | 161 | 63 | 65 |
| Binary | 1011001 | 11000101 | 1001010 | 110111 | 0 | 111110 | 10111 | 1110001 | 110011 | 110101 |
Color Harmonies of #59C54A
Complementary color
Monochromatic Colors of #59C54A
Black with #59C54A
Text Example
Text Example
White with #59C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C54A; }
p { color: rgb(89,197,74); }
H1.HeaderClassName
{
color: #59C54A;
}
.AnyTagClassName
{
color: #59C54A;
}
</style>
background-color css
<style>
a { background-color: #59C54A; }
a { background-color: rgb(89,197,74); }
div.DivClassName
{
background-color: #59C54A;
}
.BgClassName
{
background-color: #59C54A;
}
</style>
border-color css
<style>
span { border-color: #59C54A; }
span { border-color: rgb(89,197,74); }
td.TdClassName
{
border-color: #59C54A;
}
.TagClassName
{
border-color: #59C54A;
}
</style>