Shades of Apple #60C047
Tints of Apple #60C047
RGB
CMYK
RGB Variations
Color information
#60C047 (or 0x60C047) is known color: Apple. HEX triplet: 60, C0 and 47. RGB value is (96,192,71). Sum of RGB (Red+Green+Blue) = 96+192+71=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #60C047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C047 is #9F3FB8. Grayscale: #959595. Windows color (decimal): -10436537 or 4702304. OLE color: 4702304.
HSL color Cylindrical-coordinate representation of color #60C047: hue angle of 107.6º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60C047 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 71 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.25 |
| HSL | 107.6º | 0.49% | 0.52% | - |
| HSV(B) | 107.6º | 0.63% | 0.75% | - |
| XYZ | 24.81 | 40.64 | 12.5 | - |
| YUV | 149.5 | 83.7 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 71 | 0.50 | 0 | 0.63 | 0.25 | 107.6 | 0.49 | 0.52 |
| Hex | 60 | C0 | 47 | 32 | 0 | 3F | 19 | 6C | 31 | 34 |
| Octal | 140 | 300 | 107 | 62 | 0 | 77 | 31 | 154 | 61 | 64 |
| Binary | 1100000 | 11000000 | 1000111 | 110010 | 0 | 111111 | 11001 | 1101100 | 110001 | 110100 |
Color Harmonies of #60C047
Complementary color
Monochromatic Colors of #60C047
Black with #60C047
Text Example
Text Example
White with #60C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C047; }
p { color: rgb(96,192,71); }
H1.HeaderClassName
{
color: #60C047;
}
.AnyTagClassName
{
color: #60C047;
}
</style>
background-color css
<style>
a { background-color: #60C047; }
a { background-color: rgb(96,192,71); }
div.DivClassName
{
background-color: #60C047;
}
.BgClassName
{
background-color: #60C047;
}
</style>
border-color css
<style>
span { border-color: #60C047; }
span { border-color: rgb(96,192,71); }
td.TdClassName
{
border-color: #60C047;
}
.TagClassName
{
border-color: #60C047;
}
</style>