Shades of Apple #60B350
Tints of Apple #60B350
RGB
CMYK
RGB Variations
Color information
#60B350 (or 0x60B350) is known color: Apple. HEX triplet: 60, B3 and 50. RGB value is (96,179,80). Sum of RGB (Red+Green+Blue) = 96+179+80=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #60B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B350 is #9F4CAF. Grayscale: #8F8F8F. Windows color (decimal): -10439856 or 5288800. OLE color: 5288800.
HSL color Cylindrical-coordinate representation of color #60B350: hue angle of 110.3º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60B350 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 80 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.30 |
| HSL | 110.3º | 0.39% | 0.51% | - |
| HSV(B) | 110.3º | 0.55% | 0.7% | - |
| XYZ | 22.39 | 35.31 | 13.22 | - |
| YUV | 142.9 | 92.5 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 80 | 0.46 | 0 | 0.55 | 0.30 | 110.3 | 0.39 | 0.51 |
| Hex | 60 | B3 | 50 | 2E | 0 | 37 | 1E | 6E | 27 | 33 |
| Octal | 140 | 263 | 120 | 56 | 0 | 67 | 36 | 156 | 47 | 63 |
| Binary | 1100000 | 10110011 | 1010000 | 101110 | 0 | 110111 | 11110 | 1101110 | 100111 | 110011 |
Color Harmonies of #60B350
Complementary color
Monochromatic Colors of #60B350
Black with #60B350
Text Example
Text Example
White with #60B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B350; }
p { color: rgb(96,179,80); }
H1.HeaderClassName
{
color: #60B350;
}
.AnyTagClassName
{
color: #60B350;
}
</style>
background-color css
<style>
a { background-color: #60B350; }
a { background-color: rgb(96,179,80); }
div.DivClassName
{
background-color: #60B350;
}
.BgClassName
{
background-color: #60B350;
}
</style>
border-color css
<style>
span { border-color: #60B350; }
span { border-color: rgb(96,179,80); }
td.TdClassName
{
border-color: #60B350;
}
.TagClassName
{
border-color: #60B350;
}
</style>