Shades of Apple #60C040
Tints of Apple #60C040
RGB
CMYK
RGB Variations
Color information
#60C040 (or 0x60C040) is known color: Apple. HEX triplet: 60, C0 and 40. RGB value is (96,192,64). Sum of RGB (Red+Green+Blue) = 96+192+64=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #60C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C040 is #9F3FBF. Grayscale: #959595. Windows color (decimal): -10436544 or 4243552. OLE color: 4243552.
HSL color Cylindrical-coordinate representation of color #60C040: hue angle of 105º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60C040 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 64 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.25 |
| HSL | 105º | 0.5% | 0.5% | - |
| HSV(B) | 105º | 0.67% | 0.75% | - |
| XYZ | 24.6 | 40.56 | 11.38 | - |
| YUV | 148.7 | 80.2 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 64 | 0.50 | 0 | 0.67 | 0.25 | 105 | 0.5 | 0.5 |
| Hex | 60 | C0 | 40 | 32 | 0 | 43 | 19 | 69 | 32 | 32 |
| Octal | 140 | 300 | 100 | 62 | 0 | 103 | 31 | 151 | 62 | 62 |
| Binary | 1100000 | 11000000 | 1000000 | 110010 | 0 | 1000011 | 11001 | 1101001 | 110010 | 110010 |
Color Harmonies of #60C040
Complementary color
Monochromatic Colors of #60C040
Black with #60C040
Text Example
Text Example
White with #60C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C040; }
p { color: rgb(96,192,64); }
H1.HeaderClassName
{
color: #60C040;
}
.AnyTagClassName
{
color: #60C040;
}
</style>
background-color css
<style>
a { background-color: #60C040; }
a { background-color: rgb(96,192,64); }
div.DivClassName
{
background-color: #60C040;
}
.BgClassName
{
background-color: #60C040;
}
</style>
border-color css
<style>
span { border-color: #60C040; }
span { border-color: rgb(96,192,64); }
td.TdClassName
{
border-color: #60C040;
}
.TagClassName
{
border-color: #60C040;
}
</style>