Shades of Apple #60C236
Tints of Apple #60C236
RGB
CMYK
RGB Variations
Color information
#60C236 (or 0x60C236) is known color: Apple. HEX triplet: 60, C2 and 36. RGB value is (96,194,54). Sum of RGB (Red+Green+Blue) = 96+194+54=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #60C236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C236 is #9F3DC9. Grayscale: #959595. Windows color (decimal): -10436042 or 3588704. OLE color: 3588704.
HSL color Cylindrical-coordinate representation of color #60C236: hue angle of 102º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60C236 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 54 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.24 |
| HSL | 102º | 0.56% | 0.49% | - |
| HSV(B) | 102º | 0.72% | 0.76% | - |
| XYZ | 24.78 | 41.34 | 10.16 | - |
| YUV | 148.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 54 | 0.51 | 0 | 0.72 | 0.24 | 102 | 0.56 | 0.49 |
| Hex | 60 | C2 | 36 | 33 | 0 | 48 | 18 | 66 | 38 | 31 |
| Octal | 140 | 302 | 66 | 63 | 0 | 110 | 30 | 146 | 70 | 61 |
| Binary | 1100000 | 11000010 | 110110 | 110011 | 0 | 1001000 | 11000 | 1100110 | 111000 | 110001 |
Color Harmonies of #60C236
Complementary color
Monochromatic Colors of #60C236
Black with #60C236
Text Example
Text Example
White with #60C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C236; }
p { color: rgb(96,194,54); }
H1.HeaderClassName
{
color: #60C236;
}
.AnyTagClassName
{
color: #60C236;
}
</style>
background-color css
<style>
a { background-color: #60C236; }
a { background-color: rgb(96,194,54); }
div.DivClassName
{
background-color: #60C236;
}
.BgClassName
{
background-color: #60C236;
}
</style>
border-color css
<style>
span { border-color: #60C236; }
span { border-color: rgb(96,194,54); }
td.TdClassName
{
border-color: #60C236;
}
.TagClassName
{
border-color: #60C236;
}
</style>