Shades of Apple #60C745
Tints of Apple #60C745
RGB
CMYK
RGB Variations
Color information
#60C745 (or 0x60C745) is known color: Apple. HEX triplet: 60, C7 and 45. RGB value is (96,199,69). Sum of RGB (Red+Green+Blue) = 96+199+69=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #60C745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C745 is #9F38BA. Grayscale: #999999. Windows color (decimal): -10434747 or 4573024. OLE color: 4573024.
HSL color Cylindrical-coordinate representation of color #60C745: hue angle of 107.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60C745 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 69 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.22 |
| HSL | 107.54º | 0.54% | 0.53% | - |
| HSV(B) | 107.54º | 0.65% | 0.78% | - |
| XYZ | 26.32 | 43.76 | 12.69 | - |
| YUV | 153.38 | 80.38 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 69 | 0.52 | 0 | 0.65 | 0.22 | 107.54 | 0.54 | 0.53 |
| Hex | 60 | C7 | 45 | 34 | 0 | 41 | 16 | 6C | 36 | 35 |
| Octal | 140 | 307 | 105 | 64 | 0 | 101 | 26 | 154 | 66 | 65 |
| Binary | 1100000 | 11000111 | 1000101 | 110100 | 0 | 1000001 | 10110 | 1101100 | 110110 | 110101 |
Color Harmonies of #60C745
Complementary color
Monochromatic Colors of #60C745
Black with #60C745
Text Example
Text Example
White with #60C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C745; }
p { color: rgb(96,199,69); }
H1.HeaderClassName
{
color: #60C745;
}
.AnyTagClassName
{
color: #60C745;
}
</style>
background-color css
<style>
a { background-color: #60C745; }
a { background-color: rgb(96,199,69); }
div.DivClassName
{
background-color: #60C745;
}
.BgClassName
{
background-color: #60C745;
}
</style>
border-color css
<style>
span { border-color: #60C745; }
span { border-color: rgb(96,199,69); }
td.TdClassName
{
border-color: #60C745;
}
.TagClassName
{
border-color: #60C745;
}
</style>