Shades of Apple #60BC56
Tints of Apple #60BC56
RGB
CMYK
RGB Variations
Color information
#60BC56 (or 0x60BC56) is known color: Apple. HEX triplet: 60, BC and 56. RGB value is (96,188,86). Sum of RGB (Red+Green+Blue) = 96+188+86=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC56 is #9F43A9. Grayscale: #959595. Windows color (decimal): -10437546 or 5684320. OLE color: 5684320.
HSL color Cylindrical-coordinate representation of color #60BC56: hue angle of 114.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60BC56 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 86 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.26 |
| HSL | 114.12º | 0.43% | 0.54% | - |
| HSV(B) | 114.12º | 0.54% | 0.74% | - |
| XYZ | 24.49 | 39.13 | 15.07 | - |
| YUV | 148.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 86 | 0.49 | 0 | 0.54 | 0.26 | 114.12 | 0.43 | 0.54 |
| Hex | 60 | BC | 56 | 31 | 0 | 36 | 1A | 72 | 2B | 36 |
| Octal | 140 | 274 | 126 | 61 | 0 | 66 | 32 | 162 | 53 | 66 |
| Binary | 1100000 | 10111100 | 1010110 | 110001 | 0 | 110110 | 11010 | 1110010 | 101011 | 110110 |
Color Harmonies of #60BC56
Complementary color
Monochromatic Colors of #60BC56
Black with #60BC56
Text Example
Text Example
White with #60BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC56; }
p { color: rgb(96,188,86); }
H1.HeaderClassName
{
color: #60BC56;
}
.AnyTagClassName
{
color: #60BC56;
}
</style>
background-color css
<style>
a { background-color: #60BC56; }
a { background-color: rgb(96,188,86); }
div.DivClassName
{
background-color: #60BC56;
}
.BgClassName
{
background-color: #60BC56;
}
</style>
border-color css
<style>
span { border-color: #60BC56; }
span { border-color: rgb(96,188,86); }
td.TdClassName
{
border-color: #60BC56;
}
.TagClassName
{
border-color: #60BC56;
}
</style>