Shades of Apple #59B232
Tints of Apple #59B232
RGB
CMYK
RGB Variations
Color information
#59B232 (or 0x59B232) is known color: Apple. HEX triplet: 59, B2 and 32. RGB value is (89,178,50). Sum of RGB (Red+Green+Blue) = 89+178+50=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #59B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59B232 is #A64DCD. Grayscale: #898989. Windows color (decimal): -10898894 or 3322457. OLE color: 3322457.
HSL color Cylindrical-coordinate representation of color #59B232: hue angle of 101.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59B232 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 178 | 50 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.30 |
| HSL | 101.72º | 0.56% | 0.45% | - |
| HSV(B) | 101.72º | 0.72% | 0.7% | - |
| XYZ | 20.62 | 34.19 | 8.53 | - |
| YUV | 136.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 50 | 0.5 | 0 | 0.72 | 0.30 | 101.72 | 0.56 | 0.45 |
| Hex | 59 | B2 | 32 | 32 | 0 | 48 | 1E | 66 | 38 | 2D |
| Octal | 131 | 262 | 62 | 62 | 0 | 110 | 36 | 146 | 70 | 55 |
| Binary | 1011001 | 10110010 | 110010 | 110010 | 0 | 1001000 | 11110 | 1100110 | 111000 | 101101 |
Color Harmonies of #59B232
Complementary color
Monochromatic Colors of #59B232
Black with #59B232
Text Example
Text Example
White with #59B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B232; }
p { color: rgb(89,178,50); }
H1.HeaderClassName
{
color: #59B232;
}
.AnyTagClassName
{
color: #59B232;
}
</style>
background-color css
<style>
a { background-color: #59B232; }
a { background-color: rgb(89,178,50); }
div.DivClassName
{
background-color: #59B232;
}
.BgClassName
{
background-color: #59B232;
}
</style>
border-color css
<style>
span { border-color: #59B232; }
span { border-color: rgb(89,178,50); }
td.TdClassName
{
border-color: #59B232;
}
.TagClassName
{
border-color: #59B232;
}
</style>