Shades of Apple #59B752
Tints of Apple #59B752
RGB
CMYK
RGB Variations
Color information
#59B752 (or 0x59B752) is known color: Apple. HEX triplet: 59, B7 and 52. RGB value is (89,183,82). Sum of RGB (Red+Green+Blue) = 89+183+82=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #59B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B752 is #A648AD. Grayscale: #8F8F8F. Windows color (decimal): -10897582 or 5420889. OLE color: 5420889.
HSL color Cylindrical-coordinate representation of color #59B752: hue angle of 115.84º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59B752 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 183 | 82 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.28 |
| HSL | 115.84º | 0.41% | 0.52% | - |
| HSV(B) | 115.84º | 0.55% | 0.72% | - |
| XYZ | 22.58 | 36.6 | 13.86 | - |
| YUV | 143.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 82 | 0.51 | 0 | 0.55 | 0.28 | 115.84 | 0.41 | 0.52 |
| Hex | 59 | B7 | 52 | 33 | 0 | 37 | 1C | 74 | 29 | 34 |
| Octal | 131 | 267 | 122 | 63 | 0 | 67 | 34 | 164 | 51 | 64 |
| Binary | 1011001 | 10110111 | 1010010 | 110011 | 0 | 110111 | 11100 | 1110100 | 101001 | 110100 |
Color Harmonies of #59B752
Complementary color
Monochromatic Colors of #59B752
Black with #59B752
Text Example
Text Example
White with #59B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B752; }
p { color: rgb(89,183,82); }
H1.HeaderClassName
{
color: #59B752;
}
.AnyTagClassName
{
color: #59B752;
}
</style>
background-color css
<style>
a { background-color: #59B752; }
a { background-color: rgb(89,183,82); }
div.DivClassName
{
background-color: #59B752;
}
.BgClassName
{
background-color: #59B752;
}
</style>
border-color css
<style>
span { border-color: #59B752; }
span { border-color: rgb(89,183,82); }
td.TdClassName
{
border-color: #59B752;
}
.TagClassName
{
border-color: #59B752;
}
</style>