Shades of Apple #60C053
Tints of Apple #60C053
RGB
CMYK
RGB Variations
Color information
#60C053 (or 0x60C053) is known color: Apple. HEX triplet: 60, C0 and 53. RGB value is (96,192,83). Sum of RGB (Red+Green+Blue) = 96+192+83=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #60C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C053 is #9F3FAC. Grayscale: #979797. Windows color (decimal): -10436525 or 5488736. OLE color: 5488736.
HSL color Cylindrical-coordinate representation of color #60C053: hue angle of 112.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60C053 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 83 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.25 |
| HSL | 112.84º | 0.46% | 0.54% | - |
| HSV(B) | 112.84º | 0.57% | 0.75% | - |
| XYZ | 25.23 | 40.81 | 14.73 | - |
| YUV | 150.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 83 | 0.50 | 0 | 0.57 | 0.25 | 112.84 | 0.46 | 0.54 |
| Hex | 60 | C0 | 53 | 32 | 0 | 39 | 19 | 71 | 2E | 36 |
| Octal | 140 | 300 | 123 | 62 | 0 | 71 | 31 | 161 | 56 | 66 |
| Binary | 1100000 | 11000000 | 1010011 | 110010 | 0 | 111001 | 11001 | 1110001 | 101110 | 110110 |
Color Harmonies of #60C053
Complementary color
Monochromatic Colors of #60C053
Black with #60C053
Text Example
Text Example
White with #60C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C053; }
p { color: rgb(96,192,83); }
H1.HeaderClassName
{
color: #60C053;
}
.AnyTagClassName
{
color: #60C053;
}
</style>
background-color css
<style>
a { background-color: #60C053; }
a { background-color: rgb(96,192,83); }
div.DivClassName
{
background-color: #60C053;
}
.BgClassName
{
background-color: #60C053;
}
</style>
border-color css
<style>
span { border-color: #60C053; }
span { border-color: rgb(96,192,83); }
td.TdClassName
{
border-color: #60C053;
}
.TagClassName
{
border-color: #60C053;
}
</style>