Shades of Apple #60BA4B
Tints of Apple #60BA4B
RGB
CMYK
RGB Variations
Color information
#60BA4B (or 0x60BA4B) is known color: Apple. HEX triplet: 60, BA and 4B. RGB value is (96,186,75). Sum of RGB (Red+Green+Blue) = 96+186+75=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA4B is #9F45B4. Grayscale: #929292. Windows color (decimal): -10438069 or 4962912. OLE color: 4962912.
HSL color Cylindrical-coordinate representation of color #60BA4B: hue angle of 108.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BA4B is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 75 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.27 |
| HSL | 108.65º | 0.45% | 0.51% | - |
| HSV(B) | 108.65º | 0.6% | 0.73% | - |
| XYZ | 23.65 | 38.11 | 12.77 | - |
| YUV | 146.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 75 | 0.48 | 0 | 0.60 | 0.27 | 108.65 | 0.45 | 0.51 |
| Hex | 60 | BA | 4B | 30 | 0 | 3C | 1B | 6D | 2D | 33 |
| Octal | 140 | 272 | 113 | 60 | 0 | 74 | 33 | 155 | 55 | 63 |
| Binary | 1100000 | 10111010 | 1001011 | 110000 | 0 | 111100 | 11011 | 1101101 | 101101 | 110011 |
Color Harmonies of #60BA4B
Complementary color
Monochromatic Colors of #60BA4B
Black with #60BA4B
Text Example
Text Example
White with #60BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA4B; }
p { color: rgb(96,186,75); }
H1.HeaderClassName
{
color: #60BA4B;
}
.AnyTagClassName
{
color: #60BA4B;
}
</style>
background-color css
<style>
a { background-color: #60BA4B; }
a { background-color: rgb(96,186,75); }
div.DivClassName
{
background-color: #60BA4B;
}
.BgClassName
{
background-color: #60BA4B;
}
</style>
border-color css
<style>
span { border-color: #60BA4B; }
span { border-color: rgb(96,186,75); }
td.TdClassName
{
border-color: #60BA4B;
}
.TagClassName
{
border-color: #60BA4B;
}
</style>