Shades of Apple #60AD55
Tints of Apple #60AD55
RGB
CMYK
RGB Variations
Color information
#60AD55 (or 0x60AD55) is known color: Apple. HEX triplet: 60, AD and 55. RGB value is (96,173,85). Sum of RGB (Red+Green+Blue) = 96+173+85=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD55 is #9F52AA. Grayscale: #8C8C8C. Windows color (decimal): -10441387 or 5614944. OLE color: 5614944.
HSL color Cylindrical-coordinate representation of color #60AD55: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60AD55 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 85 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.32 |
| HSL | 112.5º | 0.35% | 0.51% | - |
| HSV(B) | 112.5º | 0.51% | 0.68% | - |
| XYZ | 21.41 | 33.03 | 13.84 | - |
| YUV | 139.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 85 | 0.45 | 0 | 0.51 | 0.32 | 112.5 | 0.35 | 0.51 |
| Hex | 60 | AD | 55 | 2D | 0 | 33 | 20 | 70 | 23 | 33 |
| Octal | 140 | 255 | 125 | 55 | 0 | 63 | 40 | 160 | 43 | 63 |
| Binary | 1100000 | 10101101 | 1010101 | 101101 | 0 | 110011 | 100000 | 1110000 | 100011 | 110011 |
Color Harmonies of #60AD55
Complementary color
Monochromatic Colors of #60AD55
Black with #60AD55
Text Example
Text Example
White with #60AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD55; }
p { color: rgb(96,173,85); }
H1.HeaderClassName
{
color: #60AD55;
}
.AnyTagClassName
{
color: #60AD55;
}
</style>
background-color css
<style>
a { background-color: #60AD55; }
a { background-color: rgb(96,173,85); }
div.DivClassName
{
background-color: #60AD55;
}
.BgClassName
{
background-color: #60AD55;
}
</style>
border-color css
<style>
span { border-color: #60AD55; }
span { border-color: rgb(96,173,85); }
td.TdClassName
{
border-color: #60AD55;
}
.TagClassName
{
border-color: #60AD55;
}
</style>