Shades of Apple #60C041
Tints of Apple #60C041
RGB
CMYK
RGB Variations
Color information
#60C041 (or 0x60C041) is known color: Apple. HEX triplet: 60, C0 and 41. RGB value is (96,192,65). Sum of RGB (Red+Green+Blue) = 96+192+65=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #60C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C041 is #9F3FBE. Grayscale: #959595. Windows color (decimal): -10436543 or 4309088. OLE color: 4309088.
HSL color Cylindrical-coordinate representation of color #60C041: hue angle of 105.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60C041 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 65 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.25 |
| HSL | 105.35º | 0.5% | 0.5% | - |
| HSV(B) | 105.35º | 0.66% | 0.75% | - |
| XYZ | 24.63 | 40.57 | 11.53 | - |
| YUV | 148.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 65 | 0.50 | 0 | 0.66 | 0.25 | 105.35 | 0.5 | 0.5 |
| Hex | 60 | C0 | 41 | 32 | 0 | 42 | 19 | 69 | 32 | 32 |
| Octal | 140 | 300 | 101 | 62 | 0 | 102 | 31 | 151 | 62 | 62 |
| Binary | 1100000 | 11000000 | 1000001 | 110010 | 0 | 1000010 | 11001 | 1101001 | 110010 | 110010 |
Color Harmonies of #60C041
Complementary color
Monochromatic Colors of #60C041
Black with #60C041
Text Example
Text Example
White with #60C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C041; }
p { color: rgb(96,192,65); }
H1.HeaderClassName
{
color: #60C041;
}
.AnyTagClassName
{
color: #60C041;
}
</style>
background-color css
<style>
a { background-color: #60C041; }
a { background-color: rgb(96,192,65); }
div.DivClassName
{
background-color: #60C041;
}
.BgClassName
{
background-color: #60C041;
}
</style>
border-color css
<style>
span { border-color: #60C041; }
span { border-color: rgb(96,192,65); }
td.TdClassName
{
border-color: #60C041;
}
.TagClassName
{
border-color: #60C041;
}
</style>