Shades of Apple #59CB53
Tints of Apple #59CB53
RGB
CMYK
RGB Variations
Color information
#59CB53 (or 0x59CB53) is known color: Apple. HEX triplet: 59, CB and 53. RGB value is (89,203,83). Sum of RGB (Red+Green+Blue) = 89+203+83=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #59CB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59CB53 is #A634AC. Grayscale: #9B9B9B. Windows color (decimal): -10892461 or 5491545. OLE color: 5491545.
HSL color Cylindrical-coordinate representation of color #59CB53: hue angle of 117º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59CB53 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 203 | 83 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.20 |
| HSL | 117º | 0.54% | 0.56% | - |
| HSV(B) | 117º | 0.59% | 0.8% | - |
| XYZ | 27.04 | 45.46 | 15.53 | - |
| YUV | 155.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 203 | 83 | 0.56 | 0 | 0.59 | 0.20 | 117 | 0.54 | 0.56 |
| Hex | 59 | CB | 53 | 38 | 0 | 3B | 14 | 75 | 36 | 38 |
| Octal | 131 | 313 | 123 | 70 | 0 | 73 | 24 | 165 | 66 | 70 |
| Binary | 1011001 | 11001011 | 1010011 | 111000 | 0 | 111011 | 10100 | 1110101 | 110110 | 111000 |
Color Harmonies of #59CB53
Complementary color
Monochromatic Colors of #59CB53
Black with #59CB53
Text Example
Text Example
White with #59CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CB53; }
p { color: rgb(89,203,83); }
H1.HeaderClassName
{
color: #59CB53;
}
.AnyTagClassName
{
color: #59CB53;
}
</style>
background-color css
<style>
a { background-color: #59CB53; }
a { background-color: rgb(89,203,83); }
div.DivClassName
{
background-color: #59CB53;
}
.BgClassName
{
background-color: #59CB53;
}
</style>
border-color css
<style>
span { border-color: #59CB53; }
span { border-color: rgb(89,203,83); }
td.TdClassName
{
border-color: #59CB53;
}
.TagClassName
{
border-color: #59CB53;
}
</style>