Shades of Apple #59C534
Tints of Apple #59C534
RGB
CMYK
RGB Variations
Color information
#59C534 (or 0x59C534) is known color: Apple. HEX triplet: 59, C5 and 34. RGB value is (89,197,52). Sum of RGB (Red+Green+Blue) = 89+197+52=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #59C534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C534 is #A63ACB. Grayscale: #949494. Windows color (decimal): -10894028 or 3458393. OLE color: 3458393.
HSL color Cylindrical-coordinate representation of color #59C534: hue angle of 104.69º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59C534 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 52 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.23 |
| HSL | 104.69º | 0.58% | 0.49% | - |
| HSV(B) | 104.69º | 0.74% | 0.77% | - |
| XYZ | 24.71 | 42.3 | 10.11 | - |
| YUV | 148.18 | 73.72 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 52 | 0.55 | 0 | 0.74 | 0.23 | 104.69 | 0.58 | 0.49 |
| Hex | 59 | C5 | 34 | 37 | 0 | 4A | 17 | 69 | 3A | 31 |
| Octal | 131 | 305 | 64 | 67 | 0 | 112 | 27 | 151 | 72 | 61 |
| Binary | 1011001 | 11000101 | 110100 | 110111 | 0 | 1001010 | 10111 | 1101001 | 111010 | 110001 |
Color Harmonies of #59C534
Complementary color
Monochromatic Colors of #59C534
Black with #59C534
Text Example
Text Example
White with #59C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C534; }
p { color: rgb(89,197,52); }
H1.HeaderClassName
{
color: #59C534;
}
.AnyTagClassName
{
color: #59C534;
}
</style>
background-color css
<style>
a { background-color: #59C534; }
a { background-color: rgb(89,197,52); }
div.DivClassName
{
background-color: #59C534;
}
.BgClassName
{
background-color: #59C534;
}
</style>
border-color css
<style>
span { border-color: #59C534; }
span { border-color: rgb(89,197,52); }
td.TdClassName
{
border-color: #59C534;
}
.TagClassName
{
border-color: #59C534;
}
</style>