Shades of Apple #60C440
Tints of Apple #60C440
RGB
CMYK
RGB Variations
Color information
#60C440 (or 0x60C440) is known color: Apple. HEX triplet: 60, C4 and 40. RGB value is (96,196,64). Sum of RGB (Red+Green+Blue) = 96+196+64=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #60C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C440 is #9F3BBF. Grayscale: #979797. Windows color (decimal): -10435520 or 4244576. OLE color: 4244576.
HSL color Cylindrical-coordinate representation of color #60C440: hue angle of 105.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60C440 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 64 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.23 |
| HSL | 105.45º | 0.53% | 0.51% | - |
| HSV(B) | 105.45º | 0.67% | 0.77% | - |
| XYZ | 25.49 | 42.34 | 11.68 | - |
| YUV | 151.05 | 78.87 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 64 | 0.51 | 0 | 0.67 | 0.23 | 105.45 | 0.53 | 0.51 |
| Hex | 60 | C4 | 40 | 33 | 0 | 43 | 17 | 69 | 35 | 33 |
| Octal | 140 | 304 | 100 | 63 | 0 | 103 | 27 | 151 | 65 | 63 |
| Binary | 1100000 | 11000100 | 1000000 | 110011 | 0 | 1000011 | 10111 | 1101001 | 110101 | 110011 |
Color Harmonies of #60C440
Complementary color
Monochromatic Colors of #60C440
Black with #60C440
Text Example
Text Example
White with #60C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C440; }
p { color: rgb(96,196,64); }
H1.HeaderClassName
{
color: #60C440;
}
.AnyTagClassName
{
color: #60C440;
}
</style>
background-color css
<style>
a { background-color: #60C440; }
a { background-color: rgb(96,196,64); }
div.DivClassName
{
background-color: #60C440;
}
.BgClassName
{
background-color: #60C440;
}
</style>
border-color css
<style>
span { border-color: #60C440; }
span { border-color: rgb(96,196,64); }
td.TdClassName
{
border-color: #60C440;
}
.TagClassName
{
border-color: #60C440;
}
</style>