Shades of Apple #60C136
Tints of Apple #60C136
RGB
CMYK
RGB Variations
Color information
#60C136 (or 0x60C136) is known color: Apple. HEX triplet: 60, C1 and 36. RGB value is (96,193,54). Sum of RGB (Red+Green+Blue) = 96+193+54=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #60C136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C136 is #9F3EC9. Grayscale: #949494. Windows color (decimal): -10436298 or 3588448. OLE color: 3588448.
HSL color Cylindrical-coordinate representation of color #60C136: hue angle of 101.87º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60C136 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 54 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.24 |
| HSL | 101.87º | 0.56% | 0.48% | - |
| HSV(B) | 101.87º | 0.72% | 0.76% | - |
| XYZ | 24.56 | 40.89 | 10.09 | - |
| YUV | 148.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 54 | 0.50 | 0 | 0.72 | 0.24 | 101.87 | 0.56 | 0.48 |
| Hex | 60 | C1 | 36 | 32 | 0 | 48 | 18 | 66 | 38 | 30 |
| Octal | 140 | 301 | 66 | 62 | 0 | 110 | 30 | 146 | 70 | 60 |
| Binary | 1100000 | 11000001 | 110110 | 110010 | 0 | 1001000 | 11000 | 1100110 | 111000 | 110000 |
Color Harmonies of #60C136
Complementary color
Monochromatic Colors of #60C136
Black with #60C136
Text Example
Text Example
White with #60C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C136; }
p { color: rgb(96,193,54); }
H1.HeaderClassName
{
color: #60C136;
}
.AnyTagClassName
{
color: #60C136;
}
</style>
background-color css
<style>
a { background-color: #60C136; }
a { background-color: rgb(96,193,54); }
div.DivClassName
{
background-color: #60C136;
}
.BgClassName
{
background-color: #60C136;
}
</style>
border-color css
<style>
span { border-color: #60C136; }
span { border-color: rgb(96,193,54); }
td.TdClassName
{
border-color: #60C136;
}
.TagClassName
{
border-color: #60C136;
}
</style>