Shades of Apple #59CC50
Tints of Apple #59CC50
RGB
CMYK
RGB Variations
Color information
#59CC50 (or 0x59CC50) is known color: Apple. HEX triplet: 59, CC and 50. RGB value is (89,204,80). Sum of RGB (Red+Green+Blue) = 89+204+80=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #59CC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CC50 is #A633AF. Grayscale: #9B9B9B. Windows color (decimal): -10892208 or 5295193. OLE color: 5295193.
HSL color Cylindrical-coordinate representation of color #59CC50: hue angle of 115.65º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59CC50 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 80 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.2 |
| HSL | 115.65º | 0.55% | 0.56% | - |
| HSV(B) | 115.65º | 0.61% | 0.8% | - |
| XYZ | 27.16 | 45.89 | 15.02 | - |
| YUV | 155.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 80 | 0.56 | 0 | 0.61 | 0.2 | 115.65 | 0.55 | 0.56 |
| Hex | 59 | CC | 50 | 38 | 0 | 3D | 14 | 74 | 37 | 38 |
| Octal | 131 | 314 | 120 | 70 | 0 | 75 | 24 | 164 | 67 | 70 |
| Binary | 1011001 | 11001100 | 1010000 | 111000 | 0 | 111101 | 10100 | 1110100 | 110111 | 111000 |
Color Harmonies of #59CC50
Complementary color
Monochromatic Colors of #59CC50
Black with #59CC50
Text Example
Text Example
White with #59CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CC50; }
p { color: rgb(89,204,80); }
H1.HeaderClassName
{
color: #59CC50;
}
.AnyTagClassName
{
color: #59CC50;
}
</style>
background-color css
<style>
a { background-color: #59CC50; }
a { background-color: rgb(89,204,80); }
div.DivClassName
{
background-color: #59CC50;
}
.BgClassName
{
background-color: #59CC50;
}
</style>
border-color css
<style>
span { border-color: #59CC50; }
span { border-color: rgb(89,204,80); }
td.TdClassName
{
border-color: #59CC50;
}
.TagClassName
{
border-color: #59CC50;
}
</style>