Shades of Apple #60BA48
Tints of Apple #60BA48
RGB
CMYK
RGB Variations
Color information
#60BA48 (or 0x60BA48) is known color: Apple. HEX triplet: 60, BA and 48. RGB value is (96,186,72). Sum of RGB (Red+Green+Blue) = 96+186+72=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA48 is #9F45B7. Grayscale: #929292. Windows color (decimal): -10438072 or 4766304. OLE color: 4766304.
HSL color Cylindrical-coordinate representation of color #60BA48: hue angle of 107.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BA48 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 72 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.27 |
| HSL | 107.37º | 0.45% | 0.51% | - |
| HSV(B) | 107.37º | 0.61% | 0.73% | - |
| XYZ | 23.55 | 38.07 | 12.24 | - |
| YUV | 146.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 72 | 0.48 | 0 | 0.61 | 0.27 | 107.37 | 0.45 | 0.51 |
| Hex | 60 | BA | 48 | 30 | 0 | 3D | 1B | 6B | 2D | 33 |
| Octal | 140 | 272 | 110 | 60 | 0 | 75 | 33 | 153 | 55 | 63 |
| Binary | 1100000 | 10111010 | 1001000 | 110000 | 0 | 111101 | 11011 | 1101011 | 101101 | 110011 |
Color Harmonies of #60BA48
Complementary color
Monochromatic Colors of #60BA48
Black with #60BA48
Text Example
Text Example
White with #60BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA48; }
p { color: rgb(96,186,72); }
H1.HeaderClassName
{
color: #60BA48;
}
.AnyTagClassName
{
color: #60BA48;
}
</style>
background-color css
<style>
a { background-color: #60BA48; }
a { background-color: rgb(96,186,72); }
div.DivClassName
{
background-color: #60BA48;
}
.BgClassName
{
background-color: #60BA48;
}
</style>
border-color css
<style>
span { border-color: #60BA48; }
span { border-color: rgb(96,186,72); }
td.TdClassName
{
border-color: #60BA48;
}
.TagClassName
{
border-color: #60BA48;
}
</style>