Shades of Apple #59B141
Tints of Apple #59B141
RGB
CMYK
RGB Variations
Color information
#59B141 (or 0x59B141) is known color: Apple. HEX triplet: 59, B1 and 41. RGB value is (89,177,65). Sum of RGB (Red+Green+Blue) = 89+177+65=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #59B141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59B141 is #A64EBE. Grayscale: #8A8A8A. Windows color (decimal): -10899135 or 4305241. OLE color: 4305241.
HSL color Cylindrical-coordinate representation of color #59B141: hue angle of 107.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59B141 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 177 | 65 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.31 |
| HSL | 107.14º | 0.46% | 0.47% | - |
| HSV(B) | 107.14º | 0.63% | 0.69% | - |
| XYZ | 20.8 | 33.95 | 10.46 | - |
| YUV | 137.92 | 86.85 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 65 | 0.50 | 0 | 0.63 | 0.31 | 107.14 | 0.46 | 0.47 |
| Hex | 59 | B1 | 41 | 32 | 0 | 3F | 1F | 6B | 2E | 2F |
| Octal | 131 | 261 | 101 | 62 | 0 | 77 | 37 | 153 | 56 | 57 |
| Binary | 1011001 | 10110001 | 1000001 | 110010 | 0 | 111111 | 11111 | 1101011 | 101110 | 101111 |
Color Harmonies of #59B141
Complementary color
Monochromatic Colors of #59B141
Black with #59B141
Text Example
Text Example
White with #59B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B141; }
p { color: rgb(89,177,65); }
H1.HeaderClassName
{
color: #59B141;
}
.AnyTagClassName
{
color: #59B141;
}
</style>
background-color css
<style>
a { background-color: #59B141; }
a { background-color: rgb(89,177,65); }
div.DivClassName
{
background-color: #59B141;
}
.BgClassName
{
background-color: #59B141;
}
</style>
border-color css
<style>
span { border-color: #59B141; }
span { border-color: rgb(89,177,65); }
td.TdClassName
{
border-color: #59B141;
}
.TagClassName
{
border-color: #59B141;
}
</style>