Shades of Apple #59D745
Tints of Apple #59D745
RGB
CMYK
RGB Variations
Color information
#59D745 (or 0x59D745) is known color: Apple. HEX triplet: 59, D7 and 45. RGB value is (89,215,69). Sum of RGB (Red+Green+Blue) = 89+215+69=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #59D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59D745 is #A628BA. Grayscale: #A1A1A1. Windows color (decimal): -10889403 or 4577113. OLE color: 4577113.
HSL color Cylindrical-coordinate representation of color #59D745: hue angle of 111.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59D745 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 215 | 69 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.16 |
| HSL | 111.78º | 0.65% | 0.56% | - |
| HSV(B) | 111.78º | 0.68% | 0.84% | - |
| XYZ | 29.49 | 51.15 | 13.95 | - |
| YUV | 160.68 | 76.26 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 215 | 69 | 0.59 | 0 | 0.68 | 0.16 | 111.78 | 0.65 | 0.56 |
| Hex | 59 | D7 | 45 | 3B | 0 | 44 | 10 | 70 | 41 | 38 |
| Octal | 131 | 327 | 105 | 73 | 0 | 104 | 20 | 160 | 101 | 70 |
| Binary | 1011001 | 11010111 | 1000101 | 111011 | 0 | 1000100 | 10000 | 1110000 | 1000001 | 111000 |
Color Harmonies of #59D745
Complementary color
Monochromatic Colors of #59D745
Black with #59D745
Text Example
Text Example
White with #59D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D745; }
p { color: rgb(89,215,69); }
H1.HeaderClassName
{
color: #59D745;
}
.AnyTagClassName
{
color: #59D745;
}
</style>
background-color css
<style>
a { background-color: #59D745; }
a { background-color: rgb(89,215,69); }
div.DivClassName
{
background-color: #59D745;
}
.BgClassName
{
background-color: #59D745;
}
</style>
border-color css
<style>
span { border-color: #59D745; }
span { border-color: rgb(89,215,69); }
td.TdClassName
{
border-color: #59D745;
}
.TagClassName
{
border-color: #59D745;
}
</style>