Shades of Apple #60B944
Tints of Apple #60B944
RGB
CMYK
RGB Variations
Color information
#60B944 (or 0x60B944) is known color: Apple. HEX triplet: 60, B9 and 44. RGB value is (96,185,68). Sum of RGB (Red+Green+Blue) = 96+185+68=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #60B944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B944 is #9F46BB. Grayscale: #919191. Windows color (decimal): -10438332 or 4503904. OLE color: 4503904.
HSL color Cylindrical-coordinate representation of color #60B944: hue angle of 105.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60B944 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 68 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.27 |
| HSL | 105.64º | 0.46% | 0.5% | - |
| HSV(B) | 105.64º | 0.63% | 0.73% | - |
| XYZ | 23.22 | 37.6 | 11.5 | - |
| YUV | 145.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 68 | 0.48 | 0 | 0.63 | 0.27 | 105.64 | 0.46 | 0.5 |
| Hex | 60 | B9 | 44 | 30 | 0 | 3F | 1B | 6A | 2E | 32 |
| Octal | 140 | 271 | 104 | 60 | 0 | 77 | 33 | 152 | 56 | 62 |
| Binary | 1100000 | 10111001 | 1000100 | 110000 | 0 | 111111 | 11011 | 1101010 | 101110 | 110010 |
Color Harmonies of #60B944
Complementary color
Monochromatic Colors of #60B944
Black with #60B944
Text Example
Text Example
White with #60B944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B944; }
p { color: rgb(96,185,68); }
H1.HeaderClassName
{
color: #60B944;
}
.AnyTagClassName
{
color: #60B944;
}
</style>
background-color css
<style>
a { background-color: #60B944; }
a { background-color: rgb(96,185,68); }
div.DivClassName
{
background-color: #60B944;
}
.BgClassName
{
background-color: #60B944;
}
</style>
border-color css
<style>
span { border-color: #60B944; }
span { border-color: rgb(96,185,68); }
td.TdClassName
{
border-color: #60B944;
}
.TagClassName
{
border-color: #60B944;
}
</style>