Shades of Apple #60BA34
Tints of Apple #60BA34
RGB
CMYK
RGB Variations
Color information
#60BA34 (or 0x60BA34) is known color: Apple. HEX triplet: 60, BA and 34. RGB value is (96,186,52). Sum of RGB (Red+Green+Blue) = 96+186+52=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA34 is #9F45CB. Grayscale: #909090. Windows color (decimal): -10438092 or 3455584. OLE color: 3455584.
HSL color Cylindrical-coordinate representation of color #60BA34: hue angle of 100.3º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60BA34 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 52 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.27 |
| HSL | 100.3º | 0.56% | 0.47% | - |
| HSV(B) | 100.3º | 0.72% | 0.73% | - |
| XYZ | 23 | 37.85 | 9.34 | - |
| YUV | 143.81 | 76.18 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 52 | 0.48 | 0 | 0.72 | 0.27 | 100.3 | 0.56 | 0.47 |
| Hex | 60 | BA | 34 | 30 | 0 | 48 | 1B | 64 | 38 | 2F |
| Octal | 140 | 272 | 64 | 60 | 0 | 110 | 33 | 144 | 70 | 57 |
| Binary | 1100000 | 10111010 | 110100 | 110000 | 0 | 1001000 | 11011 | 1100100 | 111000 | 101111 |
Color Harmonies of #60BA34
Complementary color
Monochromatic Colors of #60BA34
Black with #60BA34
Text Example
Text Example
White with #60BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA34; }
p { color: rgb(96,186,52); }
H1.HeaderClassName
{
color: #60BA34;
}
.AnyTagClassName
{
color: #60BA34;
}
</style>
background-color css
<style>
a { background-color: #60BA34; }
a { background-color: rgb(96,186,52); }
div.DivClassName
{
background-color: #60BA34;
}
.BgClassName
{
background-color: #60BA34;
}
</style>
border-color css
<style>
span { border-color: #60BA34; }
span { border-color: rgb(96,186,52); }
td.TdClassName
{
border-color: #60BA34;
}
.TagClassName
{
border-color: #60BA34;
}
</style>