Shades of Apple #59DD42
Tints of Apple #59DD42
RGB
CMYK
RGB Variations
Color information
#59DD42 (or 0x59DD42) is known color: Apple. HEX triplet: 59, DD and 42. RGB value is (89,221,66). Sum of RGB (Red+Green+Blue) = 89+221+66=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #59DD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59DD42 is #A622BD. Grayscale: #A4A4A4. Windows color (decimal): -10887870 or 4382041. OLE color: 4382041.
HSL color Cylindrical-coordinate representation of color #59DD42: hue angle of 111.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59DD42 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 66 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.13 |
| HSL | 111.1º | 0.7% | 0.56% | - |
| HSV(B) | 111.1º | 0.7% | 0.87% | - |
| XYZ | 30.96 | 54.23 | 13.99 | - |
| YUV | 163.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 66 | 0.60 | 0 | 0.70 | 0.13 | 111.1 | 0.7 | 0.56 |
| Hex | 59 | DD | 42 | 3C | 0 | 46 | D | 6F | 46 | 38 |
| Octal | 131 | 335 | 102 | 74 | 0 | 106 | 15 | 157 | 106 | 70 |
| Binary | 1011001 | 11011101 | 1000010 | 111100 | 0 | 1000110 | 1101 | 1101111 | 1000110 | 111000 |
Color Harmonies of #59DD42
Complementary color
Monochromatic Colors of #59DD42
Black with #59DD42
Text Example
Text Example
White with #59DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DD42; }
p { color: rgb(89,221,66); }
H1.HeaderClassName
{
color: #59DD42;
}
.AnyTagClassName
{
color: #59DD42;
}
</style>
background-color css
<style>
a { background-color: #59DD42; }
a { background-color: rgb(89,221,66); }
div.DivClassName
{
background-color: #59DD42;
}
.BgClassName
{
background-color: #59DD42;
}
</style>
border-color css
<style>
span { border-color: #59DD42; }
span { border-color: rgb(89,221,66); }
td.TdClassName
{
border-color: #59DD42;
}
.TagClassName
{
border-color: #59DD42;
}
</style>