Shades of Apple #60BC55
Tints of Apple #60BC55
RGB
CMYK
RGB Variations
Color information
#60BC55 (or 0x60BC55) is known color: Apple. HEX triplet: 60, BC and 55. RGB value is (96,188,85). Sum of RGB (Red+Green+Blue) = 96+188+85=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC55 is #9F43AA. Grayscale: #959595. Windows color (decimal): -10437547 or 5618784. OLE color: 5618784.
HSL color Cylindrical-coordinate representation of color #60BC55: hue angle of 113.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BC55 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 85 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.26 |
| HSL | 113.59º | 0.43% | 0.54% | - |
| HSV(B) | 113.59º | 0.55% | 0.74% | - |
| XYZ | 24.45 | 39.11 | 14.85 | - |
| YUV | 148.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 85 | 0.49 | 0 | 0.55 | 0.26 | 113.59 | 0.43 | 0.54 |
| Hex | 60 | BC | 55 | 31 | 0 | 37 | 1A | 72 | 2B | 36 |
| Octal | 140 | 274 | 125 | 61 | 0 | 67 | 32 | 162 | 53 | 66 |
| Binary | 1100000 | 10111100 | 1010101 | 110001 | 0 | 110111 | 11010 | 1110010 | 101011 | 110110 |
Color Harmonies of #60BC55
Complementary color
Monochromatic Colors of #60BC55
Black with #60BC55
Text Example
Text Example
White with #60BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC55; }
p { color: rgb(96,188,85); }
H1.HeaderClassName
{
color: #60BC55;
}
.AnyTagClassName
{
color: #60BC55;
}
</style>
background-color css
<style>
a { background-color: #60BC55; }
a { background-color: rgb(96,188,85); }
div.DivClassName
{
background-color: #60BC55;
}
.BgClassName
{
background-color: #60BC55;
}
</style>
border-color css
<style>
span { border-color: #60BC55; }
span { border-color: rgb(96,188,85); }
td.TdClassName
{
border-color: #60BC55;
}
.TagClassName
{
border-color: #60BC55;
}
</style>