Shades of Apple #60C650
Tints of Apple #60C650
RGB
CMYK
RGB Variations
Color information
#60C650 (or 0x60C650) is known color: Apple. HEX triplet: 60, C6 and 50. RGB value is (96,198,80). Sum of RGB (Red+Green+Blue) = 96+198+80=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #60C650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C650 is #9F39AF. Grayscale: #9A9A9A. Windows color (decimal): -10434992 or 5293664. OLE color: 5293664.
HSL color Cylindrical-coordinate representation of color #60C650: hue angle of 111.86º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C650 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 80 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.22 |
| HSL | 111.86º | 0.51% | 0.55% | - |
| HSV(B) | 111.86º | 0.6% | 0.78% | - |
| XYZ | 26.47 | 43.45 | 14.58 | - |
| YUV | 154.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 80 | 0.52 | 0 | 0.60 | 0.22 | 111.86 | 0.51 | 0.55 |
| Hex | 60 | C6 | 50 | 34 | 0 | 3C | 16 | 70 | 33 | 37 |
| Octal | 140 | 306 | 120 | 64 | 0 | 74 | 26 | 160 | 63 | 67 |
| Binary | 1100000 | 11000110 | 1010000 | 110100 | 0 | 111100 | 10110 | 1110000 | 110011 | 110111 |
Color Harmonies of #60C650
Complementary color
Monochromatic Colors of #60C650
Black with #60C650
Text Example
Text Example
White with #60C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C650; }
p { color: rgb(96,198,80); }
H1.HeaderClassName
{
color: #60C650;
}
.AnyTagClassName
{
color: #60C650;
}
</style>
background-color css
<style>
a { background-color: #60C650; }
a { background-color: rgb(96,198,80); }
div.DivClassName
{
background-color: #60C650;
}
.BgClassName
{
background-color: #60C650;
}
</style>
border-color css
<style>
span { border-color: #60C650; }
span { border-color: rgb(96,198,80); }
td.TdClassName
{
border-color: #60C650;
}
.TagClassName
{
border-color: #60C650;
}
</style>