Shades of Apple #59BB32
Tints of Apple #59BB32
RGB
CMYK
RGB Variations
Color information
#59BB32 (or 0x59BB32) is known color: Apple. HEX triplet: 59, BB and 32. RGB value is (89,187,50). Sum of RGB (Red+Green+Blue) = 89+187+50=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #59BB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BB32 is #A644CD. Grayscale: #8E8E8E. Windows color (decimal): -10896590 or 3324761. OLE color: 3324761.
HSL color Cylindrical-coordinate representation of color #59BB32: hue angle of 102.92º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59BB32 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 187 | 50 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.27 |
| HSL | 102.92º | 0.58% | 0.46% | - |
| HSV(B) | 102.92º | 0.73% | 0.73% | - |
| XYZ | 22.47 | 37.89 | 9.15 | - |
| YUV | 142.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 50 | 0.52 | 0 | 0.73 | 0.27 | 102.92 | 0.58 | 0.46 |
| Hex | 59 | BB | 32 | 34 | 0 | 49 | 1B | 67 | 3A | 2E |
| Octal | 131 | 273 | 62 | 64 | 0 | 111 | 33 | 147 | 72 | 56 |
| Binary | 1011001 | 10111011 | 110010 | 110100 | 0 | 1001001 | 11011 | 1100111 | 111010 | 101110 |
Color Harmonies of #59BB32
Complementary color
Monochromatic Colors of #59BB32
Black with #59BB32
Text Example
Text Example
White with #59BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BB32; }
p { color: rgb(89,187,50); }
H1.HeaderClassName
{
color: #59BB32;
}
.AnyTagClassName
{
color: #59BB32;
}
</style>
background-color css
<style>
a { background-color: #59BB32; }
a { background-color: rgb(89,187,50); }
div.DivClassName
{
background-color: #59BB32;
}
.BgClassName
{
background-color: #59BB32;
}
</style>
border-color css
<style>
span { border-color: #59BB32; }
span { border-color: rgb(89,187,50); }
td.TdClassName
{
border-color: #59BB32;
}
.TagClassName
{
border-color: #59BB32;
}
</style>