Shades of Apple #60C052
Tints of Apple #60C052
RGB
CMYK
RGB Variations
Color information
#60C052 (or 0x60C052) is known color: Apple. HEX triplet: 60, C0 and 52. RGB value is (96,192,82). Sum of RGB (Red+Green+Blue) = 96+192+82=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #60C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C052 is #9F3FAD. Grayscale: #979797. Windows color (decimal): -10436526 or 5423200. OLE color: 5423200.
HSL color Cylindrical-coordinate representation of color #60C052: hue angle of 112.36º degrees, saturation: 0.47, 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 #60C052 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 82 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.25 |
| HSL | 112.36º | 0.47% | 0.54% | - |
| HSV(B) | 112.36º | 0.57% | 0.75% | - |
| XYZ | 25.2 | 40.8 | 14.53 | - |
| YUV | 150.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 82 | 0.50 | 0 | 0.57 | 0.25 | 112.36 | 0.47 | 0.54 |
| Hex | 60 | C0 | 52 | 32 | 0 | 39 | 19 | 70 | 2F | 36 |
| Octal | 140 | 300 | 122 | 62 | 0 | 71 | 31 | 160 | 57 | 66 |
| Binary | 1100000 | 11000000 | 1010010 | 110010 | 0 | 111001 | 11001 | 1110000 | 101111 | 110110 |
Color Harmonies of #60C052
Complementary color
Monochromatic Colors of #60C052
Black with #60C052
Text Example
Text Example
White with #60C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C052; }
p { color: rgb(96,192,82); }
H1.HeaderClassName
{
color: #60C052;
}
.AnyTagClassName
{
color: #60C052;
}
</style>
background-color css
<style>
a { background-color: #60C052; }
a { background-color: rgb(96,192,82); }
div.DivClassName
{
background-color: #60C052;
}
.BgClassName
{
background-color: #60C052;
}
</style>
border-color css
<style>
span { border-color: #60C052; }
span { border-color: rgb(96,192,82); }
td.TdClassName
{
border-color: #60C052;
}
.TagClassName
{
border-color: #60C052;
}
</style>