#60C13C

Color #60C13C Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #60C13C

Tints of Apple #60C13C

Color information

#60C13C (or 0x60C13C) is unknown color: approx Apple. HEX triplet: 60, C1 and 3C. RGB value is (96,193,60). Sum of RGB (Red+Green+Blue) = 96+193+60=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #60C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C13C is #9F3EC3. Grayscale: #959595. Windows color (decimal): -10436292 or 3981664. OLE color: 3981664.

HSL color Cylindrical-coordinate representation of color #60C13C: hue angle of 103.76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60C13C is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB9619360-
CMYK0.5000.690.24
HSL103.76º52.57%49.61%-
HSV(B)103.76º68.91%75.69%-
XYZ24.7140.9510.88-
YUV148.8477.8690.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 193 (75.78% from 255) = 55.30%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=27.51%
G=55.30%
B=17.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96193600.5000.690.24103.7652.5749.61
Hex60C13C3204518683532
Octal14030174620105301506562
Binary11000001100000111110011001001000101110001101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C13C; }

 p { color: rgb(96,193,60); }

 H1.HeaderClassName
 {
   color: #60C13C;
 }
 .AnyTagClassName
 {
   color: #60C13C;
 }
</style>
background-color css

<style>
 a { background-color: #60C13C; }

 a { background-color: rgb(96,193,60); }

 div.DivClassName
 {
   background-color: #60C13C;
 }
 .BgClassName
 {
   background-color: #60C13C;
 }
</style>
border-color css

<style>
 span { border-color: #60C13C; }

 span { border-color: rgb(96,193,60); }

 td.TdClassName
 {
   border-color: #60C13C;
 }
 .TagClassName
 {
   border-color: #60C13C;
 }
</style>