Shades of Apple #60B844
Tints of Apple #60B844
RGB
CMYK
RGB Variations
Color information
#60B844 (or 0x60B844) is known color: Apple. HEX triplet: 60, B8 and 44. RGB value is (96,184,68). Sum of RGB (Red+Green+Blue) = 96+184+68=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #60B844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B844 is #9F47BB. Grayscale: #909090. Windows color (decimal): -10438588 or 4503648. OLE color: 4503648.
HSL color Cylindrical-coordinate representation of color #60B844: hue angle of 105.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60B844 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 68 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.28 |
| HSL | 105.52º | 0.46% | 0.49% | - |
| HSV(B) | 105.52º | 0.63% | 0.72% | - |
| XYZ | 23.01 | 37.19 | 11.43 | - |
| YUV | 144.46 | 84.85 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 68 | 0.48 | 0 | 0.63 | 0.28 | 105.52 | 0.46 | 0.49 |
| Hex | 60 | B8 | 44 | 30 | 0 | 3F | 1C | 6A | 2E | 31 |
| Octal | 140 | 270 | 104 | 60 | 0 | 77 | 34 | 152 | 56 | 61 |
| Binary | 1100000 | 10111000 | 1000100 | 110000 | 0 | 111111 | 11100 | 1101010 | 101110 | 110001 |
Color Harmonies of #60B844
Complementary color
Monochromatic Colors of #60B844
Black with #60B844
Text Example
Text Example
White with #60B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B844; }
p { color: rgb(96,184,68); }
H1.HeaderClassName
{
color: #60B844;
}
.AnyTagClassName
{
color: #60B844;
}
</style>
background-color css
<style>
a { background-color: #60B844; }
a { background-color: rgb(96,184,68); }
div.DivClassName
{
background-color: #60B844;
}
.BgClassName
{
background-color: #60B844;
}
</style>
border-color css
<style>
span { border-color: #60B844; }
span { border-color: rgb(96,184,68); }
td.TdClassName
{
border-color: #60B844;
}
.TagClassName
{
border-color: #60B844;
}
</style>