Shades of Apple #60BC53
Tints of Apple #60BC53
RGB
CMYK
RGB Variations
Color information
#60BC53 (or 0x60BC53) is known color: Apple. HEX triplet: 60, BC and 53. RGB value is (96,188,83). Sum of RGB (Red+Green+Blue) = 96+188+83=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC53 is #9F43AC. Grayscale: #949494. Windows color (decimal): -10437549 or 5487712. OLE color: 5487712.
HSL color Cylindrical-coordinate representation of color #60BC53: hue angle of 112.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BC53 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 83 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.26 |
| HSL | 112.57º | 0.44% | 0.53% | - |
| HSV(B) | 112.57º | 0.56% | 0.74% | - |
| XYZ | 24.37 | 39.08 | 14.44 | - |
| YUV | 148.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 83 | 0.49 | 0 | 0.56 | 0.26 | 112.57 | 0.44 | 0.53 |
| Hex | 60 | BC | 53 | 31 | 0 | 38 | 1A | 71 | 2C | 35 |
| Octal | 140 | 274 | 123 | 61 | 0 | 70 | 32 | 161 | 54 | 65 |
| Binary | 1100000 | 10111100 | 1010011 | 110001 | 0 | 111000 | 11010 | 1110001 | 101100 | 110101 |
Color Harmonies of #60BC53
Complementary color
Monochromatic Colors of #60BC53
Black with #60BC53
Text Example
Text Example
White with #60BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC53; }
p { color: rgb(96,188,83); }
H1.HeaderClassName
{
color: #60BC53;
}
.AnyTagClassName
{
color: #60BC53;
}
</style>
background-color css
<style>
a { background-color: #60BC53; }
a { background-color: rgb(96,188,83); }
div.DivClassName
{
background-color: #60BC53;
}
.BgClassName
{
background-color: #60BC53;
}
</style>
border-color css
<style>
span { border-color: #60BC53; }
span { border-color: rgb(96,188,83); }
td.TdClassName
{
border-color: #60BC53;
}
.TagClassName
{
border-color: #60BC53;
}
</style>