Shades of Apple #59D741
Tints of Apple #59D741
RGB
CMYK
RGB Variations
Color information
#59D741 (or 0x59D741) is known color: Apple. HEX triplet: 59, D7 and 41. RGB value is (89,215,65). Sum of RGB (Red+Green+Blue) = 89+215+65=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #59D741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59D741 is #A628BE. Grayscale: #A0A0A0. Windows color (decimal): -10889407 or 4314969. OLE color: 4314969.
HSL color Cylindrical-coordinate representation of color #59D741: hue angle of 110.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59D741 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 215 | 65 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.16 |
| HSL | 110.4º | 0.65% | 0.55% | - |
| HSV(B) | 110.4º | 0.7% | 0.84% | - |
| XYZ | 29.37 | 51.11 | 13.32 | - |
| YUV | 160.23 | 74.26 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 215 | 65 | 0.59 | 0 | 0.70 | 0.16 | 110.4 | 0.65 | 0.55 |
| Hex | 59 | D7 | 41 | 3B | 0 | 46 | 10 | 6E | 41 | 37 |
| Octal | 131 | 327 | 101 | 73 | 0 | 106 | 20 | 156 | 101 | 67 |
| Binary | 1011001 | 11010111 | 1000001 | 111011 | 0 | 1000110 | 10000 | 1101110 | 1000001 | 110111 |
Color Harmonies of #59D741
Complementary color
Monochromatic Colors of #59D741
Black with #59D741
Text Example
Text Example
White with #59D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D741; }
p { color: rgb(89,215,65); }
H1.HeaderClassName
{
color: #59D741;
}
.AnyTagClassName
{
color: #59D741;
}
</style>
background-color css
<style>
a { background-color: #59D741; }
a { background-color: rgb(89,215,65); }
div.DivClassName
{
background-color: #59D741;
}
.BgClassName
{
background-color: #59D741;
}
</style>
border-color css
<style>
span { border-color: #59D741; }
span { border-color: rgb(89,215,65); }
td.TdClassName
{
border-color: #59D741;
}
.TagClassName
{
border-color: #59D741;
}
</style>