Shades of Apple #60BA2D
Tints of Apple #60BA2D
RGB
CMYK
RGB Variations
Color information
#60BA2D (or 0x60BA2D) is known color: Apple. HEX triplet: 60, BA and 2D. RGB value is (96,186,45). Sum of RGB (Red+Green+Blue) = 96+186+45=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA2D is #9F45D2. Grayscale: #8F8F8F. Windows color (decimal): -10438099 or 2996832. OLE color: 2996832.
HSL color Cylindrical-coordinate representation of color #60BA2D: hue angle of 98.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60BA2D is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 45 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.27 |
| HSL | 98.3º | 0.61% | 0.45% | - |
| HSV(B) | 98.3º | 0.76% | 0.73% | - |
| XYZ | 22.86 | 37.79 | 8.57 | - |
| YUV | 143.02 | 72.68 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 45 | 0.48 | 0 | 0.76 | 0.27 | 98.3 | 0.61 | 0.45 |
| Hex | 60 | BA | 2D | 30 | 0 | 4C | 1B | 62 | 3D | 2D |
| Octal | 140 | 272 | 55 | 60 | 0 | 114 | 33 | 142 | 75 | 55 |
| Binary | 1100000 | 10111010 | 101101 | 110000 | 0 | 1001100 | 11011 | 1100010 | 111101 | 101101 |
Color Harmonies of #60BA2D
Complementary color
Monochromatic Colors of #60BA2D
Black with #60BA2D
Text Example
Text Example
White with #60BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA2D; }
p { color: rgb(96,186,45); }
H1.HeaderClassName
{
color: #60BA2D;
}
.AnyTagClassName
{
color: #60BA2D;
}
</style>
background-color css
<style>
a { background-color: #60BA2D; }
a { background-color: rgb(96,186,45); }
div.DivClassName
{
background-color: #60BA2D;
}
.BgClassName
{
background-color: #60BA2D;
}
</style>
border-color css
<style>
span { border-color: #60BA2D; }
span { border-color: rgb(96,186,45); }
td.TdClassName
{
border-color: #60BA2D;
}
.TagClassName
{
border-color: #60BA2D;
}
</style>