Shades of Apple #59B850
Tints of Apple #59B850
RGB
CMYK
RGB Variations
Color information
#59B850 (or 0x59B850) is known color: Apple. HEX triplet: 59, B8 and 50. RGB value is (89,184,80). Sum of RGB (Red+Green+Blue) = 89+184+80=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #59B850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B850 is #A647AF. Grayscale: #909090. Windows color (decimal): -10897328 or 5290073. OLE color: 5290073.
HSL color Cylindrical-coordinate representation of color #59B850: hue angle of 114.81º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59B850 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 184 | 80 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.28 |
| HSL | 114.81º | 0.42% | 0.52% | - |
| HSV(B) | 114.81º | 0.57% | 0.72% | - |
| XYZ | 22.71 | 36.98 | 13.53 | - |
| YUV | 143.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 80 | 0.52 | 0 | 0.57 | 0.28 | 114.81 | 0.42 | 0.52 |
| Hex | 59 | B8 | 50 | 34 | 0 | 39 | 1C | 73 | 2A | 34 |
| Octal | 131 | 270 | 120 | 64 | 0 | 71 | 34 | 163 | 52 | 64 |
| Binary | 1011001 | 10111000 | 1010000 | 110100 | 0 | 111001 | 11100 | 1110011 | 101010 | 110100 |
Color Harmonies of #59B850
Complementary color
Monochromatic Colors of #59B850
Black with #59B850
Text Example
Text Example
White with #59B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B850; }
p { color: rgb(89,184,80); }
H1.HeaderClassName
{
color: #59B850;
}
.AnyTagClassName
{
color: #59B850;
}
</style>
background-color css
<style>
a { background-color: #59B850; }
a { background-color: rgb(89,184,80); }
div.DivClassName
{
background-color: #59B850;
}
.BgClassName
{
background-color: #59B850;
}
</style>
border-color css
<style>
span { border-color: #59B850; }
span { border-color: rgb(89,184,80); }
td.TdClassName
{
border-color: #59B850;
}
.TagClassName
{
border-color: #59B850;
}
</style>