Shades of Apple #60C552
Tints of Apple #60C552
RGB
CMYK
RGB Variations
Color information
#60C552 (or 0x60C552) is known color: Apple. HEX triplet: 60, C5 and 52. RGB value is (96,197,82). Sum of RGB (Red+Green+Blue) = 96+197+82=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #60C552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C552 is #9F3AAD. Grayscale: #9A9A9A. Windows color (decimal): -10435246 or 5424480. OLE color: 5424480.
HSL color Cylindrical-coordinate representation of color #60C552: hue angle of 112.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C552 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 82 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.23 |
| HSL | 112.7º | 0.5% | 0.55% | - |
| HSV(B) | 112.7º | 0.58% | 0.77% | - |
| XYZ | 26.31 | 43.03 | 14.9 | - |
| YUV | 153.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 82 | 0.51 | 0 | 0.58 | 0.23 | 112.7 | 0.5 | 0.55 |
| Hex | 60 | C5 | 52 | 33 | 0 | 3A | 17 | 71 | 32 | 37 |
| Octal | 140 | 305 | 122 | 63 | 0 | 72 | 27 | 161 | 62 | 67 |
| Binary | 1100000 | 11000101 | 1010010 | 110011 | 0 | 111010 | 10111 | 1110001 | 110010 | 110111 |
Color Harmonies of #60C552
Complementary color
Monochromatic Colors of #60C552
Black with #60C552
Text Example
Text Example
White with #60C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C552; }
p { color: rgb(96,197,82); }
H1.HeaderClassName
{
color: #60C552;
}
.AnyTagClassName
{
color: #60C552;
}
</style>
background-color css
<style>
a { background-color: #60C552; }
a { background-color: rgb(96,197,82); }
div.DivClassName
{
background-color: #60C552;
}
.BgClassName
{
background-color: #60C552;
}
</style>
border-color css
<style>
span { border-color: #60C552; }
span { border-color: rgb(96,197,82); }
td.TdClassName
{
border-color: #60C552;
}
.TagClassName
{
border-color: #60C552;
}
</style>