Shades of Apple #59DC42
Tints of Apple #59DC42
RGB
CMYK
RGB Variations
Color information
#59DC42 (or 0x59DC42) is known color: Apple. HEX triplet: 59, DC and 42. RGB value is (89,220,66). Sum of RGB (Red+Green+Blue) = 89+220+66=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59DC42 is #A623BD. Grayscale: #A3A3A3. Windows color (decimal): -10888126 or 4381785. OLE color: 4381785.
HSL color Cylindrical-coordinate representation of color #59DC42: hue angle of 111.04º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59DC42 is Cyan = 0.60, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 66 | - |
| CMYK | 0.60 | 0 | 0.7 | 0.14 |
| HSL | 111.04º | 0.69% | 0.56% | - |
| HSV(B) | 111.04º | 0.7% | 0.86% | - |
| XYZ | 30.7 | 53.7 | 13.9 | - |
| YUV | 163.28 | 73.1 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 66 | 0.60 | 0 | 0.7 | 0.14 | 111.04 | 0.69 | 0.56 |
| Hex | 59 | DC | 42 | 3C | 0 | 46 | E | 6F | 45 | 38 |
| Octal | 131 | 334 | 102 | 74 | 0 | 106 | 16 | 157 | 105 | 70 |
| Binary | 1011001 | 11011100 | 1000010 | 111100 | 0 | 1000110 | 1110 | 1101111 | 1000101 | 111000 |
Color Harmonies of #59DC42
Complementary color
Monochromatic Colors of #59DC42
Black with #59DC42
Text Example
Text Example
White with #59DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC42; }
p { color: rgb(89,220,66); }
H1.HeaderClassName
{
color: #59DC42;
}
.AnyTagClassName
{
color: #59DC42;
}
</style>
background-color css
<style>
a { background-color: #59DC42; }
a { background-color: rgb(89,220,66); }
div.DivClassName
{
background-color: #59DC42;
}
.BgClassName
{
background-color: #59DC42;
}
</style>
border-color css
<style>
span { border-color: #59DC42; }
span { border-color: rgb(89,220,66); }
td.TdClassName
{
border-color: #59DC42;
}
.TagClassName
{
border-color: #59DC42;
}
</style>