Shades of Apple #60BA40
Tints of Apple #60BA40
RGB
CMYK
RGB Variations
Color information
#60BA40 (or 0x60BA40) is known color: Apple. HEX triplet: 60, BA and 40. RGB value is (96,186,64). Sum of RGB (Red+Green+Blue) = 96+186+64=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA40 is #9F45BF. Grayscale: #919191. Windows color (decimal): -10438080 or 4242016. OLE color: 4242016.
HSL color Cylindrical-coordinate representation of color #60BA40: hue angle of 104.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60BA40 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 64 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.27 |
| HSL | 104.26º | 0.49% | 0.49% | - |
| HSV(B) | 104.26º | 0.66% | 0.73% | - |
| XYZ | 23.31 | 37.97 | 10.95 | - |
| YUV | 145.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 64 | 0.48 | 0 | 0.66 | 0.27 | 104.26 | 0.49 | 0.49 |
| Hex | 60 | BA | 40 | 30 | 0 | 42 | 1B | 68 | 31 | 31 |
| Octal | 140 | 272 | 100 | 60 | 0 | 102 | 33 | 150 | 61 | 61 |
| Binary | 1100000 | 10111010 | 1000000 | 110000 | 0 | 1000010 | 11011 | 1101000 | 110001 | 110001 |
Color Harmonies of #60BA40
Complementary color
Monochromatic Colors of #60BA40
Black with #60BA40
Text Example
Text Example
White with #60BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA40; }
p { color: rgb(96,186,64); }
H1.HeaderClassName
{
color: #60BA40;
}
.AnyTagClassName
{
color: #60BA40;
}
</style>
background-color css
<style>
a { background-color: #60BA40; }
a { background-color: rgb(96,186,64); }
div.DivClassName
{
background-color: #60BA40;
}
.BgClassName
{
background-color: #60BA40;
}
</style>
border-color css
<style>
span { border-color: #60BA40; }
span { border-color: rgb(96,186,64); }
td.TdClassName
{
border-color: #60BA40;
}
.TagClassName
{
border-color: #60BA40;
}
</style>