Shades of Apple #59BC54
Tints of Apple #59BC54
RGB
CMYK
RGB Variations
Color information
#59BC54 (or 0x59BC54) is known color: Apple. HEX triplet: 59, BC and 54. RGB value is (89,188,84). Sum of RGB (Red+Green+Blue) = 89+188+84=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59BC54 is #A643AB. Grayscale: #929292. Windows color (decimal): -10896300 or 5553241. OLE color: 5553241.
HSL color Cylindrical-coordinate representation of color #59BC54: hue angle of 117.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59BC54 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 84 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.26 |
| HSL | 117.12º | 0.44% | 0.53% | - |
| HSV(B) | 117.12º | 0.55% | 0.74% | - |
| XYZ | 23.7 | 38.73 | 14.61 | - |
| YUV | 146.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 84 | 0.53 | 0 | 0.55 | 0.26 | 117.12 | 0.44 | 0.53 |
| Hex | 59 | BC | 54 | 35 | 0 | 37 | 1A | 75 | 2C | 35 |
| Octal | 131 | 274 | 124 | 65 | 0 | 67 | 32 | 165 | 54 | 65 |
| Binary | 1011001 | 10111100 | 1010100 | 110101 | 0 | 110111 | 11010 | 1110101 | 101100 | 110101 |
Color Harmonies of #59BC54
Complementary color
Monochromatic Colors of #59BC54
Black with #59BC54
Text Example
Text Example
White with #59BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC54; }
p { color: rgb(89,188,84); }
H1.HeaderClassName
{
color: #59BC54;
}
.AnyTagClassName
{
color: #59BC54;
}
</style>
background-color css
<style>
a { background-color: #59BC54; }
a { background-color: rgb(89,188,84); }
div.DivClassName
{
background-color: #59BC54;
}
.BgClassName
{
background-color: #59BC54;
}
</style>
border-color css
<style>
span { border-color: #59BC54; }
span { border-color: rgb(89,188,84); }
td.TdClassName
{
border-color: #59BC54;
}
.TagClassName
{
border-color: #59BC54;
}
</style>