Shades of Apple #59B230
Tints of Apple #59B230
RGB
CMYK
RGB Variations
Color information
#59B230 (or 0x59B230) is known color: Apple. HEX triplet: 59, B2 and 30. RGB value is (89,178,48). Sum of RGB (Red+Green+Blue) = 89+178+48=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #59B230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59B230 is #A64DCF. Grayscale: #898989. Windows color (decimal): -10898896 or 3191385. OLE color: 3191385.
HSL color Cylindrical-coordinate representation of color #59B230: hue angle of 101.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59B230 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 178 | 48 | - |
| CMYK | 0.5 | 0 | 0.73 | 0.30 |
| HSL | 101.08º | 0.58% | 0.44% | - |
| HSV(B) | 101.08º | 0.73% | 0.7% | - |
| XYZ | 20.57 | 34.18 | 8.31 | - |
| YUV | 136.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 48 | 0.5 | 0 | 0.73 | 0.30 | 101.08 | 0.58 | 0.44 |
| Hex | 59 | B2 | 30 | 32 | 0 | 49 | 1E | 65 | 3A | 2C |
| Octal | 131 | 262 | 60 | 62 | 0 | 111 | 36 | 145 | 72 | 54 |
| Binary | 1011001 | 10110010 | 110000 | 110010 | 0 | 1001001 | 11110 | 1100101 | 111010 | 101100 |
Color Harmonies of #59B230
Complementary color
Monochromatic Colors of #59B230
Black with #59B230
Text Example
Text Example
White with #59B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B230; }
p { color: rgb(89,178,48); }
H1.HeaderClassName
{
color: #59B230;
}
.AnyTagClassName
{
color: #59B230;
}
</style>
background-color css
<style>
a { background-color: #59B230; }
a { background-color: rgb(89,178,48); }
div.DivClassName
{
background-color: #59B230;
}
.BgClassName
{
background-color: #59B230;
}
</style>
border-color css
<style>
span { border-color: #59B230; }
span { border-color: rgb(89,178,48); }
td.TdClassName
{
border-color: #59B230;
}
.TagClassName
{
border-color: #59B230;
}
</style>