Shades of Apple #59CA45
Tints of Apple #59CA45
RGB
CMYK
RGB Variations
Color information
#59CA45 (or 0x59CA45) is known color: Apple. HEX triplet: 59, CA and 45. RGB value is (89,202,69). Sum of RGB (Red+Green+Blue) = 89+202+69=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #59CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59CA45 is #A635BA. Grayscale: #999999. Windows color (decimal): -10892731 or 4573785. OLE color: 4573785.
HSL color Cylindrical-coordinate representation of color #59CA45: hue angle of 110.98º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59CA45 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 202 | 69 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.21 |
| HSL | 110.98º | 0.56% | 0.53% | - |
| HSV(B) | 110.98º | 0.66% | 0.79% | - |
| XYZ | 26.31 | 44.79 | 12.89 | - |
| YUV | 153.05 | 80.56 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 69 | 0.56 | 0 | 0.66 | 0.21 | 110.98 | 0.56 | 0.53 |
| Hex | 59 | CA | 45 | 38 | 0 | 42 | 15 | 6F | 38 | 35 |
| Octal | 131 | 312 | 105 | 70 | 0 | 102 | 25 | 157 | 70 | 65 |
| Binary | 1011001 | 11001010 | 1000101 | 111000 | 0 | 1000010 | 10101 | 1101111 | 111000 | 110101 |
Color Harmonies of #59CA45
Complementary color
Monochromatic Colors of #59CA45
Black with #59CA45
Text Example
Text Example
White with #59CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CA45; }
p { color: rgb(89,202,69); }
H1.HeaderClassName
{
color: #59CA45;
}
.AnyTagClassName
{
color: #59CA45;
}
</style>
background-color css
<style>
a { background-color: #59CA45; }
a { background-color: rgb(89,202,69); }
div.DivClassName
{
background-color: #59CA45;
}
.BgClassName
{
background-color: #59CA45;
}
</style>
border-color css
<style>
span { border-color: #59CA45; }
span { border-color: rgb(89,202,69); }
td.TdClassName
{
border-color: #59CA45;
}
.TagClassName
{
border-color: #59CA45;
}
</style>