Shades of Apple #59B742
Tints of Apple #59B742
RGB
CMYK
RGB Variations
Color information
#59B742 (or 0x59B742) is known color: Apple. HEX triplet: 59, B7 and 42. RGB value is (89,183,66). Sum of RGB (Red+Green+Blue) = 89+183+66=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #59B742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59B742 is #A648BD. Grayscale: #8D8D8D. Windows color (decimal): -10897598 or 4372313. OLE color: 4372313.
HSL color Cylindrical-coordinate representation of color #59B742: hue angle of 108.21º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59B742 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 183 | 66 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.28 |
| HSL | 108.21º | 0.47% | 0.49% | - |
| HSV(B) | 108.21º | 0.64% | 0.72% | - |
| XYZ | 22.04 | 36.38 | 11.02 | - |
| YUV | 141.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 66 | 0.51 | 0 | 0.64 | 0.28 | 108.21 | 0.47 | 0.49 |
| Hex | 59 | B7 | 42 | 33 | 0 | 40 | 1C | 6C | 2F | 31 |
| Octal | 131 | 267 | 102 | 63 | 0 | 100 | 34 | 154 | 57 | 61 |
| Binary | 1011001 | 10110111 | 1000010 | 110011 | 0 | 1000000 | 11100 | 1101100 | 101111 | 110001 |
Color Harmonies of #59B742
Complementary color
Monochromatic Colors of #59B742
Black with #59B742
Text Example
Text Example
White with #59B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B742; }
p { color: rgb(89,183,66); }
H1.HeaderClassName
{
color: #59B742;
}
.AnyTagClassName
{
color: #59B742;
}
</style>
background-color css
<style>
a { background-color: #59B742; }
a { background-color: rgb(89,183,66); }
div.DivClassName
{
background-color: #59B742;
}
.BgClassName
{
background-color: #59B742;
}
</style>
border-color css
<style>
span { border-color: #59B742; }
span { border-color: rgb(89,183,66); }
td.TdClassName
{
border-color: #59B742;
}
.TagClassName
{
border-color: #59B742;
}
</style>