Shades of Apple #59B131
Tints of Apple #59B131
RGB
CMYK
RGB Variations
Color information
#59B131 (or 0x59B131) is known color: Apple. HEX triplet: 59, B1 and 31. RGB value is (89,177,49). Sum of RGB (Red+Green+Blue) = 89+177+49=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #59B131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59B131 is #A64ECE. Grayscale: #888888. Windows color (decimal): -10899151 or 3256665. OLE color: 3256665.
HSL color Cylindrical-coordinate representation of color #59B131: hue angle of 101.25º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59B131 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 177 | 49 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.31 |
| HSL | 101.25º | 0.57% | 0.44% | - |
| HSV(B) | 101.25º | 0.72% | 0.69% | - |
| XYZ | 20.4 | 33.79 | 8.35 | - |
| YUV | 136.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 49 | 0.50 | 0 | 0.72 | 0.31 | 101.25 | 0.57 | 0.44 |
| Hex | 59 | B1 | 31 | 32 | 0 | 48 | 1F | 65 | 39 | 2C |
| Octal | 131 | 261 | 61 | 62 | 0 | 110 | 37 | 145 | 71 | 54 |
| Binary | 1011001 | 10110001 | 110001 | 110010 | 0 | 1001000 | 11111 | 1100101 | 111001 | 101100 |
Color Harmonies of #59B131
Complementary color
Monochromatic Colors of #59B131
Black with #59B131
Text Example
Text Example
White with #59B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B131; }
p { color: rgb(89,177,49); }
H1.HeaderClassName
{
color: #59B131;
}
.AnyTagClassName
{
color: #59B131;
}
</style>
background-color css
<style>
a { background-color: #59B131; }
a { background-color: rgb(89,177,49); }
div.DivClassName
{
background-color: #59B131;
}
.BgClassName
{
background-color: #59B131;
}
</style>
border-color css
<style>
span { border-color: #59B131; }
span { border-color: rgb(89,177,49); }
td.TdClassName
{
border-color: #59B131;
}
.TagClassName
{
border-color: #59B131;
}
</style>