Shades of Apple #60C24D
Tints of Apple #60C24D
RGB
CMYK
RGB Variations
Color information
#60C24D (or 0x60C24D) is known color: Apple. HEX triplet: 60, C2 and 4D. RGB value is (96,194,77). Sum of RGB (Red+Green+Blue) = 96+194+77=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #60C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C24D is #9F3DB2. Grayscale: #979797. Windows color (decimal): -10436019 or 5096032. OLE color: 5096032.
HSL color Cylindrical-coordinate representation of color #60C24D: hue angle of 110.26º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C24D is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 77 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.24 |
| HSL | 110.26º | 0.49% | 0.53% | - |
| HSV(B) | 110.26º | 0.6% | 0.76% | - |
| XYZ | 25.46 | 41.61 | 13.71 | - |
| YUV | 151.36 | 86.03 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 77 | 0.51 | 0 | 0.60 | 0.24 | 110.26 | 0.49 | 0.53 |
| Hex | 60 | C2 | 4D | 33 | 0 | 3C | 18 | 6E | 31 | 35 |
| Octal | 140 | 302 | 115 | 63 | 0 | 74 | 30 | 156 | 61 | 65 |
| Binary | 1100000 | 11000010 | 1001101 | 110011 | 0 | 111100 | 11000 | 1101110 | 110001 | 110101 |
Color Harmonies of #60C24D
Complementary color
Monochromatic Colors of #60C24D
Black with #60C24D
Text Example
Text Example
White with #60C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C24D; }
p { color: rgb(96,194,77); }
H1.HeaderClassName
{
color: #60C24D;
}
.AnyTagClassName
{
color: #60C24D;
}
</style>
background-color css
<style>
a { background-color: #60C24D; }
a { background-color: rgb(96,194,77); }
div.DivClassName
{
background-color: #60C24D;
}
.BgClassName
{
background-color: #60C24D;
}
</style>
border-color css
<style>
span { border-color: #60C24D; }
span { border-color: rgb(96,194,77); }
td.TdClassName
{
border-color: #60C24D;
}
.TagClassName
{
border-color: #60C24D;
}
</style>