Shades of Apple #60C249
Tints of Apple #60C249
RGB
CMYK
RGB Variations
Color information
#60C249 (or 0x60C249) is known color: Apple. HEX triplet: 60, C2 and 49. RGB value is (96,194,73). Sum of RGB (Red+Green+Blue) = 96+194+73=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #60C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C249 is #9F3DB6. Grayscale: #979797. Windows color (decimal): -10436023 or 4833888. OLE color: 4833888.
HSL color Cylindrical-coordinate representation of color #60C249: hue angle of 108.6º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C249 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 73 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.24 |
| HSL | 108.6º | 0.5% | 0.52% | - |
| HSV(B) | 108.6º | 0.62% | 0.76% | - |
| XYZ | 25.32 | 41.55 | 12.99 | - |
| YUV | 150.9 | 84.03 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 73 | 0.51 | 0 | 0.62 | 0.24 | 108.6 | 0.5 | 0.52 |
| Hex | 60 | C2 | 49 | 33 | 0 | 3E | 18 | 6D | 32 | 34 |
| Octal | 140 | 302 | 111 | 63 | 0 | 76 | 30 | 155 | 62 | 64 |
| Binary | 1100000 | 11000010 | 1001001 | 110011 | 0 | 111110 | 11000 | 1101101 | 110010 | 110100 |
Color Harmonies of #60C249
Complementary color
Monochromatic Colors of #60C249
Black with #60C249
Text Example
Text Example
White with #60C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C249; }
p { color: rgb(96,194,73); }
H1.HeaderClassName
{
color: #60C249;
}
.AnyTagClassName
{
color: #60C249;
}
</style>
background-color css
<style>
a { background-color: #60C249; }
a { background-color: rgb(96,194,73); }
div.DivClassName
{
background-color: #60C249;
}
.BgClassName
{
background-color: #60C249;
}
</style>
border-color css
<style>
span { border-color: #60C249; }
span { border-color: rgb(96,194,73); }
td.TdClassName
{
border-color: #60C249;
}
.TagClassName
{
border-color: #60C249;
}
</style>