Shades of Apple #60C849
Tints of Apple #60C849
RGB
CMYK
RGB Variations
Color information
#60C849 (or 0x60C849) is known color: Apple. HEX triplet: 60, C8 and 49. RGB value is (96,200,73). Sum of RGB (Red+Green+Blue) = 96+200+73=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #60C849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C849 is #9F37B6. Grayscale: #9A9A9A. Windows color (decimal): -10434487 or 4835424. OLE color: 4835424.
HSL color Cylindrical-coordinate representation of color #60C849: hue angle of 109.13º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60C849 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 200 | 73 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.22 |
| HSL | 109.13º | 0.54% | 0.54% | - |
| HSV(B) | 109.13º | 0.64% | 0.78% | - |
| XYZ | 26.68 | 44.28 | 13.44 | - |
| YUV | 154.43 | 82.04 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 73 | 0.52 | 0 | 0.64 | 0.22 | 109.13 | 0.54 | 0.54 |
| Hex | 60 | C8 | 49 | 34 | 0 | 40 | 16 | 6D | 36 | 36 |
| Octal | 140 | 310 | 111 | 64 | 0 | 100 | 26 | 155 | 66 | 66 |
| Binary | 1100000 | 11001000 | 1001001 | 110100 | 0 | 1000000 | 10110 | 1101101 | 110110 | 110110 |
Color Harmonies of #60C849
Complementary color
Monochromatic Colors of #60C849
Black with #60C849
Text Example
Text Example
White with #60C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C849; }
p { color: rgb(96,200,73); }
H1.HeaderClassName
{
color: #60C849;
}
.AnyTagClassName
{
color: #60C849;
}
</style>
background-color css
<style>
a { background-color: #60C849; }
a { background-color: rgb(96,200,73); }
div.DivClassName
{
background-color: #60C849;
}
.BgClassName
{
background-color: #60C849;
}
</style>
border-color css
<style>
span { border-color: #60C849; }
span { border-color: rgb(96,200,73); }
td.TdClassName
{
border-color: #60C849;
}
.TagClassName
{
border-color: #60C849;
}
</style>