Shades of Apple #60B951
Tints of Apple #60B951
RGB
CMYK
RGB Variations
Color information
#60B951 (or 0x60B951) is known color: Apple. HEX triplet: 60, B9 and 51. RGB value is (96,185,81). Sum of RGB (Red+Green+Blue) = 96+185+81=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #60B951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B951 is #9F46AE. Grayscale: #929292. Windows color (decimal): -10438319 or 5355872. OLE color: 5355872.
HSL color Cylindrical-coordinate representation of color #60B951: hue angle of 111.35º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60B951 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 81 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.27 |
| HSL | 111.35º | 0.43% | 0.52% | - |
| HSV(B) | 111.35º | 0.56% | 0.73% | - |
| XYZ | 23.66 | 37.78 | 13.83 | - |
| YUV | 146.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 81 | 0.48 | 0 | 0.56 | 0.27 | 111.35 | 0.43 | 0.52 |
| Hex | 60 | B9 | 51 | 30 | 0 | 38 | 1B | 6F | 2B | 34 |
| Octal | 140 | 271 | 121 | 60 | 0 | 70 | 33 | 157 | 53 | 64 |
| Binary | 1100000 | 10111001 | 1010001 | 110000 | 0 | 111000 | 11011 | 1101111 | 101011 | 110100 |
Color Harmonies of #60B951
Complementary color
Monochromatic Colors of #60B951
Black with #60B951
Text Example
Text Example
White with #60B951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B951; }
p { color: rgb(96,185,81); }
H1.HeaderClassName
{
color: #60B951;
}
.AnyTagClassName
{
color: #60B951;
}
</style>
background-color css
<style>
a { background-color: #60B951; }
a { background-color: rgb(96,185,81); }
div.DivClassName
{
background-color: #60B951;
}
.BgClassName
{
background-color: #60B951;
}
</style>
border-color css
<style>
span { border-color: #60B951; }
span { border-color: rgb(96,185,81); }
td.TdClassName
{
border-color: #60B951;
}
.TagClassName
{
border-color: #60B951;
}
</style>