Shades of Apple #59BA34
Tints of Apple #59BA34
RGB
CMYK
RGB Variations
Color information
#59BA34 (or 0x59BA34) is known color: Apple. HEX triplet: 59, BA and 34. RGB value is (89,186,52). Sum of RGB (Red+Green+Blue) = 89+186+52=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BA34 is #A645CB. Grayscale: #8E8E8E. Windows color (decimal): -10896844 or 3455577. OLE color: 3455577.
HSL color Cylindrical-coordinate representation of color #59BA34: hue angle of 103.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59BA34 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 52 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.27 |
| HSL | 103.43º | 0.56% | 0.47% | - |
| HSV(B) | 103.43º | 0.72% | 0.73% | - |
| XYZ | 22.3 | 37.49 | 9.31 | - |
| YUV | 141.72 | 77.36 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 52 | 0.52 | 0 | 0.72 | 0.27 | 103.43 | 0.56 | 0.47 |
| Hex | 59 | BA | 34 | 34 | 0 | 48 | 1B | 67 | 38 | 2F |
| Octal | 131 | 272 | 64 | 64 | 0 | 110 | 33 | 147 | 70 | 57 |
| Binary | 1011001 | 10111010 | 110100 | 110100 | 0 | 1001000 | 11011 | 1100111 | 111000 | 101111 |
Color Harmonies of #59BA34
Complementary color
Monochromatic Colors of #59BA34
Black with #59BA34
Text Example
Text Example
White with #59BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BA34; }
p { color: rgb(89,186,52); }
H1.HeaderClassName
{
color: #59BA34;
}
.AnyTagClassName
{
color: #59BA34;
}
</style>
background-color css
<style>
a { background-color: #59BA34; }
a { background-color: rgb(89,186,52); }
div.DivClassName
{
background-color: #59BA34;
}
.BgClassName
{
background-color: #59BA34;
}
</style>
border-color css
<style>
span { border-color: #59BA34; }
span { border-color: rgb(89,186,52); }
td.TdClassName
{
border-color: #59BA34;
}
.TagClassName
{
border-color: #59BA34;
}
</style>