Shades of Apple #59C348
Tints of Apple #59C348
RGB
CMYK
RGB Variations
Color information
#59C348 (or 0x59C348) is known color: Apple. HEX triplet: 59, C3 and 48. RGB value is (89,195,72). Sum of RGB (Red+Green+Blue) = 89+195+72=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #59C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C348 is #A63CB7. Grayscale: #959595. Windows color (decimal): -10894520 or 4768601. OLE color: 4768601.
HSL color Cylindrical-coordinate representation of color #59C348: hue angle of 111.71º degrees, saturation: 0.51, 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 #59C348 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 195 | 72 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.24 |
| HSL | 111.71º | 0.51% | 0.52% | - |
| HSV(B) | 111.71º | 0.63% | 0.76% | - |
| XYZ | 24.8 | 41.62 | 12.86 | - |
| YUV | 149.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 72 | 0.54 | 0 | 0.63 | 0.24 | 111.71 | 0.51 | 0.52 |
| Hex | 59 | C3 | 48 | 36 | 0 | 3F | 18 | 70 | 33 | 34 |
| Octal | 131 | 303 | 110 | 66 | 0 | 77 | 30 | 160 | 63 | 64 |
| Binary | 1011001 | 11000011 | 1001000 | 110110 | 0 | 111111 | 11000 | 1110000 | 110011 | 110100 |
Color Harmonies of #59C348
Complementary color
Monochromatic Colors of #59C348
Black with #59C348
Text Example
Text Example
White with #59C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C348; }
p { color: rgb(89,195,72); }
H1.HeaderClassName
{
color: #59C348;
}
.AnyTagClassName
{
color: #59C348;
}
</style>
background-color css
<style>
a { background-color: #59C348; }
a { background-color: rgb(89,195,72); }
div.DivClassName
{
background-color: #59C348;
}
.BgClassName
{
background-color: #59C348;
}
</style>
border-color css
<style>
span { border-color: #59C348; }
span { border-color: rgb(89,195,72); }
td.TdClassName
{
border-color: #59C348;
}
.TagClassName
{
border-color: #59C348;
}
</style>