Shades of Apple #60C34D
Tints of Apple #60C34D
RGB
CMYK
RGB Variations
Color information
#60C34D (or 0x60C34D) is known color: Apple. HEX triplet: 60, C3 and 4D. RGB value is (96,195,77). Sum of RGB (Red+Green+Blue) = 96+195+77=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #60C34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C34D is #9F3CB2. Grayscale: #989898. Windows color (decimal): -10435763 or 5096288. OLE color: 5096288.
HSL color Cylindrical-coordinate representation of color #60C34D: hue angle of 110.34º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60C34D is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 77 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.24 |
| HSL | 110.34º | 0.5% | 0.53% | - |
| HSV(B) | 110.34º | 0.61% | 0.76% | - |
| XYZ | 25.68 | 42.05 | 13.78 | - |
| YUV | 151.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 77 | 0.51 | 0 | 0.61 | 0.24 | 110.34 | 0.5 | 0.53 |
| Hex | 60 | C3 | 4D | 33 | 0 | 3D | 18 | 6E | 32 | 35 |
| Octal | 140 | 303 | 115 | 63 | 0 | 75 | 30 | 156 | 62 | 65 |
| Binary | 1100000 | 11000011 | 1001101 | 110011 | 0 | 111101 | 11000 | 1101110 | 110010 | 110101 |
Color Harmonies of #60C34D
Complementary color
Monochromatic Colors of #60C34D
Black with #60C34D
Text Example
Text Example
White with #60C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C34D; }
p { color: rgb(96,195,77); }
H1.HeaderClassName
{
color: #60C34D;
}
.AnyTagClassName
{
color: #60C34D;
}
</style>
background-color css
<style>
a { background-color: #60C34D; }
a { background-color: rgb(96,195,77); }
div.DivClassName
{
background-color: #60C34D;
}
.BgClassName
{
background-color: #60C34D;
}
</style>
border-color css
<style>
span { border-color: #60C34D; }
span { border-color: rgb(96,195,77); }
td.TdClassName
{
border-color: #60C34D;
}
.TagClassName
{
border-color: #60C34D;
}
</style>