Shades of Apple #59BE40
Tints of Apple #59BE40
RGB
CMYK
RGB Variations
Color information
#59BE40 (or 0x59BE40) is known color: Apple. HEX triplet: 59, BE and 40. RGB value is (89,190,64). Sum of RGB (Red+Green+Blue) = 89+190+64=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #59BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BE40 is #A641BF. Grayscale: #919191. Windows color (decimal): -10895808 or 4243033. OLE color: 4243033.
HSL color Cylindrical-coordinate representation of color #59BE40: hue angle of 108.1º 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 #59BE40 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 190 | 64 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.25 |
| HSL | 108.1º | 0.5% | 0.5% | - |
| HSV(B) | 108.1º | 0.66% | 0.75% | - |
| XYZ | 23.46 | 39.32 | 11.2 | - |
| YUV | 145.44 | 82.04 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 64 | 0.53 | 0 | 0.66 | 0.25 | 108.1 | 0.5 | 0.5 |
| Hex | 59 | BE | 40 | 35 | 0 | 42 | 19 | 6C | 32 | 32 |
| Octal | 131 | 276 | 100 | 65 | 0 | 102 | 31 | 154 | 62 | 62 |
| Binary | 1011001 | 10111110 | 1000000 | 110101 | 0 | 1000010 | 11001 | 1101100 | 110010 | 110010 |
Color Harmonies of #59BE40
Complementary color
Monochromatic Colors of #59BE40
Black with #59BE40
Text Example
Text Example
White with #59BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BE40; }
p { color: rgb(89,190,64); }
H1.HeaderClassName
{
color: #59BE40;
}
.AnyTagClassName
{
color: #59BE40;
}
</style>
background-color css
<style>
a { background-color: #59BE40; }
a { background-color: rgb(89,190,64); }
div.DivClassName
{
background-color: #59BE40;
}
.BgClassName
{
background-color: #59BE40;
}
</style>
border-color css
<style>
span { border-color: #59BE40; }
span { border-color: rgb(89,190,64); }
td.TdClassName
{
border-color: #59BE40;
}
.TagClassName
{
border-color: #59BE40;
}
</style>