Shades of Apple #59CA52
Tints of Apple #59CA52
RGB
CMYK
RGB Variations
Color information
#59CA52 (or 0x59CA52) is known color: Apple. HEX triplet: 59, CA and 52. RGB value is (89,202,82). Sum of RGB (Red+Green+Blue) = 89+202+82=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #59CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CA52 is #A635AD. Grayscale: #9A9A9A. Windows color (decimal): -10892718 or 5425753. OLE color: 5425753.
HSL color Cylindrical-coordinate representation of color #59CA52: hue angle of 116.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59CA52 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 202 | 82 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.21 |
| HSL | 116.5º | 0.53% | 0.56% | - |
| HSV(B) | 116.5º | 0.59% | 0.79% | - |
| XYZ | 26.76 | 44.97 | 15.25 | - |
| YUV | 154.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 82 | 0.56 | 0 | 0.59 | 0.21 | 116.5 | 0.53 | 0.56 |
| Hex | 59 | CA | 52 | 38 | 0 | 3B | 15 | 74 | 35 | 38 |
| Octal | 131 | 312 | 122 | 70 | 0 | 73 | 25 | 164 | 65 | 70 |
| Binary | 1011001 | 11001010 | 1010010 | 111000 | 0 | 111011 | 10101 | 1110100 | 110101 | 111000 |
Color Harmonies of #59CA52
Complementary color
Monochromatic Colors of #59CA52
Black with #59CA52
Text Example
Text Example
White with #59CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CA52; }
p { color: rgb(89,202,82); }
H1.HeaderClassName
{
color: #59CA52;
}
.AnyTagClassName
{
color: #59CA52;
}
</style>
background-color css
<style>
a { background-color: #59CA52; }
a { background-color: rgb(89,202,82); }
div.DivClassName
{
background-color: #59CA52;
}
.BgClassName
{
background-color: #59CA52;
}
</style>
border-color css
<style>
span { border-color: #59CA52; }
span { border-color: rgb(89,202,82); }
td.TdClassName
{
border-color: #59CA52;
}
.TagClassName
{
border-color: #59CA52;
}
</style>