Shades of Apple #59C148
Tints of Apple #59C148
RGB
CMYK
RGB Variations
Color information
#59C148 (or 0x59C148) is known color: Apple. HEX triplet: 59, C1 and 48. RGB value is (89,193,72). Sum of RGB (Red+Green+Blue) = 89+193+72=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #59C148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C148 is #A63EB7. Grayscale: #949494. Windows color (decimal): -10895032 or 4768089. OLE color: 4768089.
HSL color Cylindrical-coordinate representation of color #59C148: hue angle of 111.57º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C148 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 72 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.24 |
| HSL | 111.57º | 0.49% | 0.52% | - |
| HSV(B) | 111.57º | 0.63% | 0.76% | - |
| XYZ | 24.36 | 40.73 | 12.71 | - |
| YUV | 148.11 | 85.04 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 72 | 0.54 | 0 | 0.63 | 0.24 | 111.57 | 0.49 | 0.52 |
| Hex | 59 | C1 | 48 | 36 | 0 | 3F | 18 | 70 | 31 | 34 |
| Octal | 131 | 301 | 110 | 66 | 0 | 77 | 30 | 160 | 61 | 64 |
| Binary | 1011001 | 11000001 | 1001000 | 110110 | 0 | 111111 | 11000 | 1110000 | 110001 | 110100 |
Color Harmonies of #59C148
Complementary color
Monochromatic Colors of #59C148
Black with #59C148
Text Example
Text Example
White with #59C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C148; }
p { color: rgb(89,193,72); }
H1.HeaderClassName
{
color: #59C148;
}
.AnyTagClassName
{
color: #59C148;
}
</style>
background-color css
<style>
a { background-color: #59C148; }
a { background-color: rgb(89,193,72); }
div.DivClassName
{
background-color: #59C148;
}
.BgClassName
{
background-color: #59C148;
}
</style>
border-color css
<style>
span { border-color: #59C148; }
span { border-color: rgb(89,193,72); }
td.TdClassName
{
border-color: #59C148;
}
.TagClassName
{
border-color: #59C148;
}
</style>