Shades of Apple #59DC40
Tints of Apple #59DC40
RGB
CMYK
RGB Variations
Color information
#59DC40 (or 0x59DC40) is known color: Apple. HEX triplet: 59, DC and 40. RGB value is (89,220,64). Sum of RGB (Red+Green+Blue) = 89+220+64=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59DC40 is #A623BF. Grayscale: #A3A3A3. Windows color (decimal): -10888128 or 4250713. OLE color: 4250713.
HSL color Cylindrical-coordinate representation of color #59DC40: hue angle of 110.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59DC40 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 64 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.14 |
| HSL | 110.38º | 0.69% | 0.56% | - |
| HSV(B) | 110.38º | 0.71% | 0.86% | - |
| XYZ | 30.64 | 53.68 | 13.6 | - |
| YUV | 163.05 | 72.1 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 64 | 0.60 | 0 | 0.71 | 0.14 | 110.38 | 0.69 | 0.56 |
| Hex | 59 | DC | 40 | 3C | 0 | 47 | E | 6E | 45 | 38 |
| Octal | 131 | 334 | 100 | 74 | 0 | 107 | 16 | 156 | 105 | 70 |
| Binary | 1011001 | 11011100 | 1000000 | 111100 | 0 | 1000111 | 1110 | 1101110 | 1000101 | 111000 |
Color Harmonies of #59DC40
Complementary color
Monochromatic Colors of #59DC40
Black with #59DC40
Text Example
Text Example
White with #59DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC40; }
p { color: rgb(89,220,64); }
H1.HeaderClassName
{
color: #59DC40;
}
.AnyTagClassName
{
color: #59DC40;
}
</style>
background-color css
<style>
a { background-color: #59DC40; }
a { background-color: rgb(89,220,64); }
div.DivClassName
{
background-color: #59DC40;
}
.BgClassName
{
background-color: #59DC40;
}
</style>
border-color css
<style>
span { border-color: #59DC40; }
span { border-color: rgb(89,220,64); }
td.TdClassName
{
border-color: #59DC40;
}
.TagClassName
{
border-color: #59DC40;
}
</style>