Shades of Apple #60C44F
Tints of Apple #60C44F
RGB
CMYK
RGB Variations
Color information
#60C44F (or 0x60C44F) is known color: Apple. HEX triplet: 60, C4 and 4F. RGB value is (96,196,79). Sum of RGB (Red+Green+Blue) = 96+196+79=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #60C44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C44F is #9F3BB0. Grayscale: #999999. Windows color (decimal): -10435505 or 5227616. OLE color: 5227616.
HSL color Cylindrical-coordinate representation of color #60C44F: hue angle of 111.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C44F is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 79 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.23 |
| HSL | 111.28º | 0.5% | 0.54% | - |
| HSV(B) | 111.28º | 0.6% | 0.77% | - |
| XYZ | 25.98 | 42.53 | 14.24 | - |
| YUV | 152.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 79 | 0.51 | 0 | 0.60 | 0.23 | 111.28 | 0.5 | 0.54 |
| Hex | 60 | C4 | 4F | 33 | 0 | 3C | 17 | 6F | 32 | 36 |
| Octal | 140 | 304 | 117 | 63 | 0 | 74 | 27 | 157 | 62 | 66 |
| Binary | 1100000 | 11000100 | 1001111 | 110011 | 0 | 111100 | 10111 | 1101111 | 110010 | 110110 |
Color Harmonies of #60C44F
Complementary color
Monochromatic Colors of #60C44F
Black with #60C44F
Text Example
Text Example
White with #60C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C44F; }
p { color: rgb(96,196,79); }
H1.HeaderClassName
{
color: #60C44F;
}
.AnyTagClassName
{
color: #60C44F;
}
</style>
background-color css
<style>
a { background-color: #60C44F; }
a { background-color: rgb(96,196,79); }
div.DivClassName
{
background-color: #60C44F;
}
.BgClassName
{
background-color: #60C44F;
}
</style>
border-color css
<style>
span { border-color: #60C44F; }
span { border-color: rgb(96,196,79); }
td.TdClassName
{
border-color: #60C44F;
}
.TagClassName
{
border-color: #60C44F;
}
</style>