Shades of Apple #59CE52
Tints of Apple #59CE52
RGB
CMYK
RGB Variations
Color information
#59CE52 (or 0x59CE52) is known color: Apple. HEX triplet: 59, CE and 52. RGB value is (89,206,82). Sum of RGB (Red+Green+Blue) = 89+206+82=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #59CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CE52 is #A631AD. Grayscale: #9D9D9D. Windows color (decimal): -10891694 or 5426777. OLE color: 5426777.
HSL color Cylindrical-coordinate representation of color #59CE52: hue angle of 116.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CE52 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 82 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.19 |
| HSL | 116.61º | 0.56% | 0.56% | - |
| HSV(B) | 116.61º | 0.6% | 0.81% | - |
| XYZ | 27.71 | 46.88 | 15.57 | - |
| YUV | 156.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 82 | 0.57 | 0 | 0.60 | 0.19 | 116.61 | 0.56 | 0.56 |
| Hex | 59 | CE | 52 | 39 | 0 | 3C | 13 | 75 | 38 | 38 |
| Octal | 131 | 316 | 122 | 71 | 0 | 74 | 23 | 165 | 70 | 70 |
| Binary | 1011001 | 11001110 | 1010010 | 111001 | 0 | 111100 | 10011 | 1110101 | 111000 | 111000 |
Color Harmonies of #59CE52
Complementary color
Monochromatic Colors of #59CE52
Black with #59CE52
Text Example
Text Example
White with #59CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CE52; }
p { color: rgb(89,206,82); }
H1.HeaderClassName
{
color: #59CE52;
}
.AnyTagClassName
{
color: #59CE52;
}
</style>
background-color css
<style>
a { background-color: #59CE52; }
a { background-color: rgb(89,206,82); }
div.DivClassName
{
background-color: #59CE52;
}
.BgClassName
{
background-color: #59CE52;
}
</style>
border-color css
<style>
span { border-color: #59CE52; }
span { border-color: rgb(89,206,82); }
td.TdClassName
{
border-color: #59CE52;
}
.TagClassName
{
border-color: #59CE52;
}
</style>