Shades of Apple #59BF40
Tints of Apple #59BF40
RGB
CMYK
RGB Variations
Color information
#59BF40 (or 0x59BF40) is known color: Apple. HEX triplet: 59, BF and 40. RGB value is (89,191,64). Sum of RGB (Red+Green+Blue) = 89+191+64=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #59BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BF40 is #A640BF. Grayscale: #929292. Windows color (decimal): -10895552 or 4243289. OLE color: 4243289.
HSL color Cylindrical-coordinate representation of color #59BF40: hue angle of 108.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59BF40 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 191 | 64 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.25 |
| HSL | 108.19º | 0.5% | 0.5% | - |
| HSV(B) | 108.19º | 0.66% | 0.75% | - |
| XYZ | 23.68 | 39.76 | 11.28 | - |
| YUV | 146.02 | 81.71 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 64 | 0.53 | 0 | 0.66 | 0.25 | 108.19 | 0.5 | 0.5 |
| Hex | 59 | BF | 40 | 35 | 0 | 42 | 19 | 6C | 32 | 32 |
| Octal | 131 | 277 | 100 | 65 | 0 | 102 | 31 | 154 | 62 | 62 |
| Binary | 1011001 | 10111111 | 1000000 | 110101 | 0 | 1000010 | 11001 | 1101100 | 110010 | 110010 |
Color Harmonies of #59BF40
Complementary color
Monochromatic Colors of #59BF40
Black with #59BF40
Text Example
Text Example
White with #59BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BF40; }
p { color: rgb(89,191,64); }
H1.HeaderClassName
{
color: #59BF40;
}
.AnyTagClassName
{
color: #59BF40;
}
</style>
background-color css
<style>
a { background-color: #59BF40; }
a { background-color: rgb(89,191,64); }
div.DivClassName
{
background-color: #59BF40;
}
.BgClassName
{
background-color: #59BF40;
}
</style>
border-color css
<style>
span { border-color: #59BF40; }
span { border-color: rgb(89,191,64); }
td.TdClassName
{
border-color: #59BF40;
}
.TagClassName
{
border-color: #59BF40;
}
</style>