Shades of Apple #60C44D
Tints of Apple #60C44D
RGB
CMYK
RGB Variations
Color information
#60C44D (or 0x60C44D) is known color: Apple. HEX triplet: 60, C4 and 4D. RGB value is (96,196,77). Sum of RGB (Red+Green+Blue) = 96+196+77=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #60C44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C44D is #9F3BB2. Grayscale: #989898. Windows color (decimal): -10435507 or 5096544. OLE color: 5096544.
HSL color Cylindrical-coordinate representation of color #60C44D: hue angle of 110.42º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60C44D is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 77 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.23 |
| HSL | 110.42º | 0.5% | 0.54% | - |
| HSV(B) | 110.42º | 0.61% | 0.77% | - |
| XYZ | 25.9 | 42.5 | 13.86 | - |
| YUV | 152.53 | 85.37 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 77 | 0.51 | 0 | 0.61 | 0.23 | 110.42 | 0.5 | 0.54 |
| Hex | 60 | C4 | 4D | 33 | 0 | 3D | 17 | 6E | 32 | 36 |
| Octal | 140 | 304 | 115 | 63 | 0 | 75 | 27 | 156 | 62 | 66 |
| Binary | 1100000 | 11000100 | 1001101 | 110011 | 0 | 111101 | 10111 | 1101110 | 110010 | 110110 |
Color Harmonies of #60C44D
Complementary color
Monochromatic Colors of #60C44D
Black with #60C44D
Text Example
Text Example
White with #60C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C44D; }
p { color: rgb(96,196,77); }
H1.HeaderClassName
{
color: #60C44D;
}
.AnyTagClassName
{
color: #60C44D;
}
</style>
background-color css
<style>
a { background-color: #60C44D; }
a { background-color: rgb(96,196,77); }
div.DivClassName
{
background-color: #60C44D;
}
.BgClassName
{
background-color: #60C44D;
}
</style>
border-color css
<style>
span { border-color: #60C44D; }
span { border-color: rgb(96,196,77); }
td.TdClassName
{
border-color: #60C44D;
}
.TagClassName
{
border-color: #60C44D;
}
</style>