Shades of Apple #59DC3D
Tints of Apple #59DC3D
RGB
CMYK
RGB Variations
Color information
#59DC3D (or 0x59DC3D) is known color: Apple. HEX triplet: 59, DC and 3D. RGB value is (89,220,61). Sum of RGB (Red+Green+Blue) = 89+220+61=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59DC3D is #A623C2. Grayscale: #A3A3A3. Windows color (decimal): -10888131 or 4054105. OLE color: 4054105.
HSL color Cylindrical-coordinate representation of color #59DC3D: hue angle of 109.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59DC3D is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 61 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.14 |
| HSL | 109.43º | 0.69% | 0.55% | - |
| HSV(B) | 109.43º | 0.72% | 0.86% | - |
| XYZ | 30.56 | 53.65 | 13.16 | - |
| YUV | 162.71 | 70.6 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 61 | 0.60 | 0 | 0.72 | 0.14 | 109.43 | 0.69 | 0.55 |
| Hex | 59 | DC | 3D | 3C | 0 | 48 | E | 6D | 45 | 37 |
| Octal | 131 | 334 | 75 | 74 | 0 | 110 | 16 | 155 | 105 | 67 |
| Binary | 1011001 | 11011100 | 111101 | 111100 | 0 | 1001000 | 1110 | 1101101 | 1000101 | 110111 |
Color Harmonies of #59DC3D
Complementary color
Monochromatic Colors of #59DC3D
Black with #59DC3D
Text Example
Text Example
White with #59DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC3D; }
p { color: rgb(89,220,61); }
H1.HeaderClassName
{
color: #59DC3D;
}
.AnyTagClassName
{
color: #59DC3D;
}
</style>
background-color css
<style>
a { background-color: #59DC3D; }
a { background-color: rgb(89,220,61); }
div.DivClassName
{
background-color: #59DC3D;
}
.BgClassName
{
background-color: #59DC3D;
}
</style>
border-color css
<style>
span { border-color: #59DC3D; }
span { border-color: rgb(89,220,61); }
td.TdClassName
{
border-color: #59DC3D;
}
.TagClassName
{
border-color: #59DC3D;
}
</style>