Shades of Apple #59D840
Tints of Apple #59D840
RGB
CMYK
RGB Variations
Color information
#59D840 (or 0x59D840) is known color: Apple. HEX triplet: 59, D8 and 40. RGB value is (89,216,64). Sum of RGB (Red+Green+Blue) = 89+216+64=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #59D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59D840 is #A627BF. Grayscale: #A1A1A1. Windows color (decimal): -10889152 or 4249689. OLE color: 4249689.
HSL color Cylindrical-coordinate representation of color #59D840: hue angle of 110.13º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59D840 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 216 | 64 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.15 |
| HSL | 110.13º | 0.66% | 0.55% | - |
| HSV(B) | 110.13º | 0.7% | 0.85% | - |
| XYZ | 29.6 | 51.61 | 13.25 | - |
| YUV | 160.7 | 73.42 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 216 | 64 | 0.59 | 0 | 0.70 | 0.15 | 110.13 | 0.66 | 0.55 |
| Hex | 59 | D8 | 40 | 3B | 0 | 46 | F | 6E | 42 | 37 |
| Octal | 131 | 330 | 100 | 73 | 0 | 106 | 17 | 156 | 102 | 67 |
| Binary | 1011001 | 11011000 | 1000000 | 111011 | 0 | 1000110 | 1111 | 1101110 | 1000010 | 110111 |
Color Harmonies of #59D840
Complementary color
Monochromatic Colors of #59D840
Black with #59D840
Text Example
Text Example
White with #59D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D840; }
p { color: rgb(89,216,64); }
H1.HeaderClassName
{
color: #59D840;
}
.AnyTagClassName
{
color: #59D840;
}
</style>
background-color css
<style>
a { background-color: #59D840; }
a { background-color: rgb(89,216,64); }
div.DivClassName
{
background-color: #59D840;
}
.BgClassName
{
background-color: #59D840;
}
</style>
border-color css
<style>
span { border-color: #59D840; }
span { border-color: rgb(89,216,64); }
td.TdClassName
{
border-color: #59D840;
}
.TagClassName
{
border-color: #59D840;
}
</style>