Shades of Apple #59CF40
Tints of Apple #59CF40
RGB
CMYK
RGB Variations
Color information
#59CF40 (or 0x59CF40) is known color: Apple. HEX triplet: 59, CF and 40. RGB value is (89,207,64). Sum of RGB (Red+Green+Blue) = 89+207+64=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #59CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59CF40 is #A630BF. Grayscale: #9B9B9B. Windows color (decimal): -10891456 or 4247385. OLE color: 4247385.
HSL color Cylindrical-coordinate representation of color #59CF40: hue angle of 109.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59CF40 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 207 | 64 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.19 |
| HSL | 109.51º | 0.6% | 0.53% | - |
| HSV(B) | 109.51º | 0.69% | 0.81% | - |
| XYZ | 27.36 | 47.12 | 12.5 | - |
| YUV | 155.42 | 76.41 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 64 | 0.57 | 0 | 0.69 | 0.19 | 109.51 | 0.6 | 0.53 |
| Hex | 59 | CF | 40 | 39 | 0 | 45 | 13 | 6E | 3C | 35 |
| Octal | 131 | 317 | 100 | 71 | 0 | 105 | 23 | 156 | 74 | 65 |
| Binary | 1011001 | 11001111 | 1000000 | 111001 | 0 | 1000101 | 10011 | 1101110 | 111100 | 110101 |
Color Harmonies of #59CF40
Complementary color
Monochromatic Colors of #59CF40
Black with #59CF40
Text Example
Text Example
White with #59CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CF40; }
p { color: rgb(89,207,64); }
H1.HeaderClassName
{
color: #59CF40;
}
.AnyTagClassName
{
color: #59CF40;
}
</style>
background-color css
<style>
a { background-color: #59CF40; }
a { background-color: rgb(89,207,64); }
div.DivClassName
{
background-color: #59CF40;
}
.BgClassName
{
background-color: #59CF40;
}
</style>
border-color css
<style>
span { border-color: #59CF40; }
span { border-color: rgb(89,207,64); }
td.TdClassName
{
border-color: #59CF40;
}
.TagClassName
{
border-color: #59CF40;
}
</style>