Shades of Apple #60BC49
Tints of Apple #60BC49
RGB
CMYK
RGB Variations
Color information
#60BC49 (or 0x60BC49) is known color: Apple. HEX triplet: 60, BC and 49. RGB value is (96,188,73). Sum of RGB (Red+Green+Blue) = 96+188+73=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BC49 is #9F43B6. Grayscale: #939393. Windows color (decimal): -10437559 or 4832352. OLE color: 4832352.
HSL color Cylindrical-coordinate representation of color #60BC49: hue angle of 108º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BC49 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 73 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.26 |
| HSL | 108º | 0.46% | 0.51% | - |
| HSV(B) | 108º | 0.61% | 0.74% | - |
| XYZ | 24.01 | 38.93 | 12.55 | - |
| YUV | 147.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 73 | 0.49 | 0 | 0.61 | 0.26 | 108 | 0.46 | 0.51 |
| Hex | 60 | BC | 49 | 31 | 0 | 3D | 1A | 6C | 2E | 33 |
| Octal | 140 | 274 | 111 | 61 | 0 | 75 | 32 | 154 | 56 | 63 |
| Binary | 1100000 | 10111100 | 1001001 | 110001 | 0 | 111101 | 11010 | 1101100 | 101110 | 110011 |
Color Harmonies of #60BC49
Complementary color
Monochromatic Colors of #60BC49
Black with #60BC49
Text Example
Text Example
White with #60BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC49; }
p { color: rgb(96,188,73); }
H1.HeaderClassName
{
color: #60BC49;
}
.AnyTagClassName
{
color: #60BC49;
}
</style>
background-color css
<style>
a { background-color: #60BC49; }
a { background-color: rgb(96,188,73); }
div.DivClassName
{
background-color: #60BC49;
}
.BgClassName
{
background-color: #60BC49;
}
</style>
border-color css
<style>
span { border-color: #60BC49; }
span { border-color: rgb(96,188,73); }
td.TdClassName
{
border-color: #60BC49;
}
.TagClassName
{
border-color: #60BC49;
}
</style>