Shades of Apple #60B558
Tints of Apple #60B558
RGB
CMYK
RGB Variations
Color information
#60B558 (or 0x60B558) is known color: Apple. HEX triplet: 60, B5 and 58. RGB value is (96,181,88). Sum of RGB (Red+Green+Blue) = 96+181+88=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #60B558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B558 is #9F4AA7. Grayscale: #919191. Windows color (decimal): -10439336 or 5813600. OLE color: 5813600.
HSL color Cylindrical-coordinate representation of color #60B558: hue angle of 114.84º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B558 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 88 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.29 |
| HSL | 114.84º | 0.39% | 0.53% | - |
| HSV(B) | 114.84º | 0.51% | 0.71% | - |
| XYZ | 23.11 | 36.24 | 15.01 | - |
| YUV | 144.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 88 | 0.47 | 0 | 0.51 | 0.29 | 114.84 | 0.39 | 0.53 |
| Hex | 60 | B5 | 58 | 2F | 0 | 33 | 1D | 73 | 27 | 35 |
| Octal | 140 | 265 | 130 | 57 | 0 | 63 | 35 | 163 | 47 | 65 |
| Binary | 1100000 | 10110101 | 1011000 | 101111 | 0 | 110011 | 11101 | 1110011 | 100111 | 110101 |
Color Harmonies of #60B558
Complementary color
Monochromatic Colors of #60B558
Black with #60B558
Text Example
Text Example
White with #60B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B558; }
p { color: rgb(96,181,88); }
H1.HeaderClassName
{
color: #60B558;
}
.AnyTagClassName
{
color: #60B558;
}
</style>
background-color css
<style>
a { background-color: #60B558; }
a { background-color: rgb(96,181,88); }
div.DivClassName
{
background-color: #60B558;
}
.BgClassName
{
background-color: #60B558;
}
</style>
border-color css
<style>
span { border-color: #60B558; }
span { border-color: rgb(96,181,88); }
td.TdClassName
{
border-color: #60B558;
}
.TagClassName
{
border-color: #60B558;
}
</style>