Shades of Apple #60C248
Tints of Apple #60C248
RGB
CMYK
RGB Variations
Color information
#60C248 (or 0x60C248) is known color: Apple. HEX triplet: 60, C2 and 48. RGB value is (96,194,72). Sum of RGB (Red+Green+Blue) = 96+194+72=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #60C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C248 is #9F3DB7. Grayscale: #979797. Windows color (decimal): -10436024 or 4768352. OLE color: 4768352.
HSL color Cylindrical-coordinate representation of color #60C248: hue angle of 108.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60C248 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 72 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.24 |
| HSL | 108.2º | 0.5% | 0.52% | - |
| HSV(B) | 108.2º | 0.63% | 0.76% | - |
| XYZ | 25.29 | 41.54 | 12.82 | - |
| YUV | 150.79 | 83.53 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 72 | 0.51 | 0 | 0.63 | 0.24 | 108.2 | 0.5 | 0.52 |
| Hex | 60 | C2 | 48 | 33 | 0 | 3F | 18 | 6C | 32 | 34 |
| Octal | 140 | 302 | 110 | 63 | 0 | 77 | 30 | 154 | 62 | 64 |
| Binary | 1100000 | 11000010 | 1001000 | 110011 | 0 | 111111 | 11000 | 1101100 | 110010 | 110100 |
Color Harmonies of #60C248
Complementary color
Monochromatic Colors of #60C248
Black with #60C248
Text Example
Text Example
White with #60C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C248; }
p { color: rgb(96,194,72); }
H1.HeaderClassName
{
color: #60C248;
}
.AnyTagClassName
{
color: #60C248;
}
</style>
background-color css
<style>
a { background-color: #60C248; }
a { background-color: rgb(96,194,72); }
div.DivClassName
{
background-color: #60C248;
}
.BgClassName
{
background-color: #60C248;
}
</style>
border-color css
<style>
span { border-color: #60C248; }
span { border-color: rgb(96,194,72); }
td.TdClassName
{
border-color: #60C248;
}
.TagClassName
{
border-color: #60C248;
}
</style>