Shades of Apple #60BB48
Tints of Apple #60BB48
RGB
CMYK
RGB Variations
Color information
#60BB48 (or 0x60BB48) is known color: Apple. HEX triplet: 60, BB and 48. RGB value is (96,187,72). Sum of RGB (Red+Green+Blue) = 96+187+72=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BB48 is #9F44B7. Grayscale: #939393. Windows color (decimal): -10437816 or 4766560. OLE color: 4766560.
HSL color Cylindrical-coordinate representation of color #60BB48: hue angle of 107.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BB48 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 187 | 72 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.27 |
| HSL | 107.48º | 0.46% | 0.51% | - |
| HSV(B) | 107.48º | 0.61% | 0.73% | - |
| XYZ | 23.76 | 38.5 | 12.31 | - |
| YUV | 146.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 72 | 0.49 | 0 | 0.61 | 0.27 | 107.48 | 0.46 | 0.51 |
| Hex | 60 | BB | 48 | 31 | 0 | 3D | 1B | 6B | 2E | 33 |
| Octal | 140 | 273 | 110 | 61 | 0 | 75 | 33 | 153 | 56 | 63 |
| Binary | 1100000 | 10111011 | 1001000 | 110001 | 0 | 111101 | 11011 | 1101011 | 101110 | 110011 |
Color Harmonies of #60BB48
Complementary color
Monochromatic Colors of #60BB48
Black with #60BB48
Text Example
Text Example
White with #60BB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BB48; }
p { color: rgb(96,187,72); }
H1.HeaderClassName
{
color: #60BB48;
}
.AnyTagClassName
{
color: #60BB48;
}
</style>
background-color css
<style>
a { background-color: #60BB48; }
a { background-color: rgb(96,187,72); }
div.DivClassName
{
background-color: #60BB48;
}
.BgClassName
{
background-color: #60BB48;
}
</style>
border-color css
<style>
span { border-color: #60BB48; }
span { border-color: rgb(96,187,72); }
td.TdClassName
{
border-color: #60BB48;
}
.TagClassName
{
border-color: #60BB48;
}
</style>