Shades of Apple #60C04F
Tints of Apple #60C04F
RGB
CMYK
RGB Variations
Color information
#60C04F (or 0x60C04F) is known color: Apple. HEX triplet: 60, C0 and 4F. RGB value is (96,192,79). Sum of RGB (Red+Green+Blue) = 96+192+79=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #60C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C04F is #9F3FB0. Grayscale: #969696. Windows color (decimal): -10436529 or 5226592. OLE color: 5226592.
HSL color Cylindrical-coordinate representation of color #60C04F: hue angle of 110.97º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C04F is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 79 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.25 |
| HSL | 110.97º | 0.47% | 0.53% | - |
| HSV(B) | 110.97º | 0.59% | 0.75% | - |
| XYZ | 25.08 | 40.75 | 13.94 | - |
| YUV | 150.41 | 87.7 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 79 | 0.50 | 0 | 0.59 | 0.25 | 110.97 | 0.47 | 0.53 |
| Hex | 60 | C0 | 4F | 32 | 0 | 3B | 19 | 6F | 2F | 35 |
| Octal | 140 | 300 | 117 | 62 | 0 | 73 | 31 | 157 | 57 | 65 |
| Binary | 1100000 | 11000000 | 1001111 | 110010 | 0 | 111011 | 11001 | 1101111 | 101111 | 110101 |
Color Harmonies of #60C04F
Complementary color
Monochromatic Colors of #60C04F
Black with #60C04F
Text Example
Text Example
White with #60C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C04F; }
p { color: rgb(96,192,79); }
H1.HeaderClassName
{
color: #60C04F;
}
.AnyTagClassName
{
color: #60C04F;
}
</style>
background-color css
<style>
a { background-color: #60C04F; }
a { background-color: rgb(96,192,79); }
div.DivClassName
{
background-color: #60C04F;
}
.BgClassName
{
background-color: #60C04F;
}
</style>
border-color css
<style>
span { border-color: #60C04F; }
span { border-color: rgb(96,192,79); }
td.TdClassName
{
border-color: #60C04F;
}
.TagClassName
{
border-color: #60C04F;
}
</style>