Shades of Apple #60C538
Tints of Apple #60C538
RGB
CMYK
RGB Variations
Color information
#60C538 (or 0x60C538) is known color: Apple. HEX triplet: 60, C5 and 38. RGB value is (96,197,56). Sum of RGB (Red+Green+Blue) = 96+197+56=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #60C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C538 is #9F3AC7. Grayscale: #979797. Windows color (decimal): -10435272 or 3720544. OLE color: 3720544.
HSL color Cylindrical-coordinate representation of color #60C538: hue angle of 102.98º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60C538 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 56 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.23 |
| HSL | 102.98º | 0.56% | 0.5% | - |
| HSV(B) | 102.98º | 0.72% | 0.77% | - |
| XYZ | 25.5 | 42.7 | 10.64 | - |
| YUV | 150.73 | 74.54 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 56 | 0.51 | 0 | 0.72 | 0.23 | 102.98 | 0.56 | 0.5 |
| Hex | 60 | C5 | 38 | 33 | 0 | 48 | 17 | 67 | 38 | 32 |
| Octal | 140 | 305 | 70 | 63 | 0 | 110 | 27 | 147 | 70 | 62 |
| Binary | 1100000 | 11000101 | 111000 | 110011 | 0 | 1001000 | 10111 | 1100111 | 111000 | 110010 |
Color Harmonies of #60C538
Complementary color
Monochromatic Colors of #60C538
Black with #60C538
Text Example
Text Example
White with #60C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C538; }
p { color: rgb(96,197,56); }
H1.HeaderClassName
{
color: #60C538;
}
.AnyTagClassName
{
color: #60C538;
}
</style>
background-color css
<style>
a { background-color: #60C538; }
a { background-color: rgb(96,197,56); }
div.DivClassName
{
background-color: #60C538;
}
.BgClassName
{
background-color: #60C538;
}
</style>
border-color css
<style>
span { border-color: #60C538; }
span { border-color: rgb(96,197,56); }
td.TdClassName
{
border-color: #60C538;
}
.TagClassName
{
border-color: #60C538;
}
</style>