Shades of Apple #59DC4B
Tints of Apple #59DC4B
RGB
CMYK
RGB Variations
Color information
#59DC4B (or 0x59DC4B) is known color: Apple. HEX triplet: 59, DC and 4B. RGB value is (89,220,75). Sum of RGB (Red+Green+Blue) = 89+220+75=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59DC4B is #A623B4. Grayscale: #A4A4A4. Windows color (decimal): -10888117 or 4971609. OLE color: 4971609.
HSL color Cylindrical-coordinate representation of color #59DC4B: hue angle of 114.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59DC4B is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 75 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.14 |
| HSL | 114.21º | 0.67% | 0.58% | - |
| HSV(B) | 114.21º | 0.66% | 0.86% | - |
| XYZ | 30.98 | 53.82 | 15.41 | - |
| YUV | 164.3 | 77.6 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 75 | 0.60 | 0 | 0.66 | 0.14 | 114.21 | 0.67 | 0.58 |
| Hex | 59 | DC | 4B | 3C | 0 | 42 | E | 72 | 43 | 3A |
| Octal | 131 | 334 | 113 | 74 | 0 | 102 | 16 | 162 | 103 | 72 |
| Binary | 1011001 | 11011100 | 1001011 | 111100 | 0 | 1000010 | 1110 | 1110010 | 1000011 | 111010 |
Color Harmonies of #59DC4B
Complementary color
Monochromatic Colors of #59DC4B
Black with #59DC4B
Text Example
Text Example
White with #59DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC4B; }
p { color: rgb(89,220,75); }
H1.HeaderClassName
{
color: #59DC4B;
}
.AnyTagClassName
{
color: #59DC4B;
}
</style>
background-color css
<style>
a { background-color: #59DC4B; }
a { background-color: rgb(89,220,75); }
div.DivClassName
{
background-color: #59DC4B;
}
.BgClassName
{
background-color: #59DC4B;
}
</style>
border-color css
<style>
span { border-color: #59DC4B; }
span { border-color: rgb(89,220,75); }
td.TdClassName
{
border-color: #59DC4B;
}
.TagClassName
{
border-color: #59DC4B;
}
</style>