Shades of Apple #60C854
Tints of Apple #60C854
RGB
CMYK
RGB Variations
Color information
#60C854 (or 0x60C854) is known color: Apple. HEX triplet: 60, C8 and 54. RGB value is (96,200,84). Sum of RGB (Red+Green+Blue) = 96+200+84=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #60C854 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C854 is #9F37AB. Grayscale: #9C9C9C. Windows color (decimal): -10434476 or 5556320. OLE color: 5556320.
HSL color Cylindrical-coordinate representation of color #60C854: hue angle of 113.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C854 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 200 | 84 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.22 |
| HSL | 113.79º | 0.51% | 0.56% | - |
| HSV(B) | 113.79º | 0.58% | 0.78% | - |
| XYZ | 27.08 | 44.44 | 15.54 | - |
| YUV | 155.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 84 | 0.52 | 0 | 0.58 | 0.22 | 113.79 | 0.51 | 0.56 |
| Hex | 60 | C8 | 54 | 34 | 0 | 3A | 16 | 72 | 33 | 38 |
| Octal | 140 | 310 | 124 | 64 | 0 | 72 | 26 | 162 | 63 | 70 |
| Binary | 1100000 | 11001000 | 1010100 | 110100 | 0 | 111010 | 10110 | 1110010 | 110011 | 111000 |
Color Harmonies of #60C854
Complementary color
Monochromatic Colors of #60C854
Black with #60C854
Text Example
Text Example
White with #60C854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C854; }
p { color: rgb(96,200,84); }
H1.HeaderClassName
{
color: #60C854;
}
.AnyTagClassName
{
color: #60C854;
}
</style>
background-color css
<style>
a { background-color: #60C854; }
a { background-color: rgb(96,200,84); }
div.DivClassName
{
background-color: #60C854;
}
.BgClassName
{
background-color: #60C854;
}
</style>
border-color css
<style>
span { border-color: #60C854; }
span { border-color: rgb(96,200,84); }
td.TdClassName
{
border-color: #60C854;
}
.TagClassName
{
border-color: #60C854;
}
</style>