Shades of Apple #59D345
Tints of Apple #59D345
RGB
CMYK
RGB Variations
Color information
#59D345 (or 0x59D345) is known color: Apple. HEX triplet: 59, D3 and 45. RGB value is (89,211,69). Sum of RGB (Red+Green+Blue) = 89+211+69=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #59D345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59D345 is #A62CBA. Grayscale: #9E9E9E. Windows color (decimal): -10890427 or 4576089. OLE color: 4576089.
HSL color Cylindrical-coordinate representation of color #59D345: hue angle of 111.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59D345 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 211 | 69 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.17 |
| HSL | 111.55º | 0.62% | 0.55% | - |
| HSV(B) | 111.55º | 0.67% | 0.83% | - |
| XYZ | 28.49 | 49.14 | 13.61 | - |
| YUV | 158.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 69 | 0.58 | 0 | 0.67 | 0.17 | 111.55 | 0.62 | 0.55 |
| Hex | 59 | D3 | 45 | 3A | 0 | 43 | 11 | 70 | 3E | 37 |
| Octal | 131 | 323 | 105 | 72 | 0 | 103 | 21 | 160 | 76 | 67 |
| Binary | 1011001 | 11010011 | 1000101 | 111010 | 0 | 1000011 | 10001 | 1110000 | 111110 | 110111 |
Color Harmonies of #59D345
Complementary color
Monochromatic Colors of #59D345
Black with #59D345
Text Example
Text Example
White with #59D345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D345; }
p { color: rgb(89,211,69); }
H1.HeaderClassName
{
color: #59D345;
}
.AnyTagClassName
{
color: #59D345;
}
</style>
background-color css
<style>
a { background-color: #59D345; }
a { background-color: rgb(89,211,69); }
div.DivClassName
{
background-color: #59D345;
}
.BgClassName
{
background-color: #59D345;
}
</style>
border-color css
<style>
span { border-color: #59D345; }
span { border-color: rgb(89,211,69); }
td.TdClassName
{
border-color: #59D345;
}
.TagClassName
{
border-color: #59D345;
}
</style>