Shades of Apple #60C350
Tints of Apple #60C350
RGB
CMYK
RGB Variations
Color information
#60C350 (or 0x60C350) is known color: Apple. HEX triplet: 60, C3 and 50. RGB value is (96,195,80). Sum of RGB (Red+Green+Blue) = 96+195+80=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #60C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C350 is #9F3CAF. Grayscale: #989898. Windows color (decimal): -10435760 or 5292896. OLE color: 5292896.
HSL color Cylindrical-coordinate representation of color #60C350: hue angle of 111.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C350 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 80 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.24 |
| HSL | 111.65º | 0.49% | 0.54% | - |
| HSV(B) | 111.65º | 0.59% | 0.76% | - |
| XYZ | 25.79 | 42.1 | 14.36 | - |
| YUV | 152.29 | 87.2 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 80 | 0.51 | 0 | 0.59 | 0.24 | 111.65 | 0.49 | 0.54 |
| Hex | 60 | C3 | 50 | 33 | 0 | 3B | 18 | 70 | 31 | 36 |
| Octal | 140 | 303 | 120 | 63 | 0 | 73 | 30 | 160 | 61 | 66 |
| Binary | 1100000 | 11000011 | 1010000 | 110011 | 0 | 111011 | 11000 | 1110000 | 110001 | 110110 |
Color Harmonies of #60C350
Complementary color
Monochromatic Colors of #60C350
Black with #60C350
Text Example
Text Example
White with #60C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C350; }
p { color: rgb(96,195,80); }
H1.HeaderClassName
{
color: #60C350;
}
.AnyTagClassName
{
color: #60C350;
}
</style>
background-color css
<style>
a { background-color: #60C350; }
a { background-color: rgb(96,195,80); }
div.DivClassName
{
background-color: #60C350;
}
.BgClassName
{
background-color: #60C350;
}
</style>
border-color css
<style>
span { border-color: #60C350; }
span { border-color: rgb(96,195,80); }
td.TdClassName
{
border-color: #60C350;
}
.TagClassName
{
border-color: #60C350;
}
</style>